-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
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
Configurable buffer sizes #65
Comments
Looks like the net/http transport has added configurable buffer sizes so I guess we ought to do it too. |
In retrospect, it's not the same thing. They added configurable buffer sizes to the transport because the io.Copy is done by the transport, so you can't wrap the connection being written to with your own bufio.Writer like you can with this library. So the issue we're blocked on is: golang/go#13870 |
Going to just close this for now until that bug is updated/fixed. |
See also #250 |
Not sure how beneficial this will really be. I really do not want to expose a toggle.
Will wait to see what happens with golang/go#22618
The text was updated successfully, but these errors were encountered: