[PR #539] [CLOSED] httpArgs.Auth参数重复解析 #561

Closed
opened 2026-02-27 23:17:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/snail007/goproxy/pull/539
Author: @ttmars
Created: 8/17/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 867008d httpArgs.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.

## 📋 Pull Request Information **Original PR:** https://github.com/snail007/goproxy/pull/539 **Author:** [@ttmars](https://github.com/ttmars) **Created:** 8/17/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`867008d`](https://github.com/snail007/goproxy/commit/867008dca49b1e47bf6ed9f9b473b736d4861c37) httpArgs.Auth参数重复解析 ### 📊 Changes **1 file changed** (+2 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `config.go` (+2 -4) </details> ### 📄 Description kingpin.MustParse(app.Parse(os.Args[1:])) serviceName := kingpin.MustParse(app.Parse(os.Args[1:])) 这两行会将认证参数重复解析到httpArgs.Auth切片 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:17:26 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/goproxy#561
No description provided.