Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
修复 #71
Browse files Browse the repository at this point in the history
  • Loading branch information
e1732a364fed committed May 9, 2022
1 parent 41d9358 commit 7ebaa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/socks5http/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (ServerCreator) NewServer(dc *proxy.ListenConf) (proxy.Server, error) {
func newServer() *Server {
return &Server{
hs: http.Server{
OnlyConnect: true,
//OnlyConnect: true, //之前本以为connect就可以搞定一切,后来实测发现 wget 确实在 非https时 会用 纯http请求的方式 请求代理。
},
}
}
Expand Down

0 comments on commit 7ebaa31

Please sign in to comment.