We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
大量cli (x.x.x.x:x) send request body error short write POST x.x.x.x.com:8080报错
func main() { uri, _ := url.Parse("http://127.0.0.1:18080") http.ProxyURL(uri) http.PostForm("http://www.test.com/", url.Values{"a": {"b"}}) }
这个简单的代码就可以验证该问题,且shadowsocks-go无此问题.
The text was updated successfully, but these errors were encountered:
fix issue 461 cyfdecyf#461
6886db9
94352b3
see #462
Sorry, something went wrong.
谢谢 pr。看来是有某个 Write 的实现没有遵照 io.Writer 接口的约定
io.Writer
Write must return a non-nil error if it returns n < len(p).
我想找到这个有问题的 Write 实现来修复。
Write
谢谢回复,了解了
问题出在 shadowsocks 的实现里,已经修复。
这几天用下来没问题的话周末发个新版吧。
No branches or pull requests
大量cli (x.x.x.x:x) send request body error short write POST x.x.x.x.com:8080报错
这个简单的代码就可以验证该问题,且shadowsocks-go无此问题.
The text was updated successfully, but these errors were encountered: