mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[PR #539] [CLOSED] httpArgs.Auth参数重复解析 #561
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#561
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/snail007/goproxy/pull/539
Author: @ttmars
Created: 8/17/2023
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
867008dhttpArgs.Auth参数重复解析📊 Changes
1 file changed (+2 additions, -4 deletions)
View changed files
📝
config.go(+2 -4)📄 Description
kingpin.MustParse(app.Parse(os.Args[1:]))
serviceName := kingpin.MustParse(app.Parse(os.Args[1:]))
这两行会将认证参数重复解析到httpArgs.Auth切片
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.