net
net copied to clipboard
http2: send client conn flow control bytes back immediately
HTTP/2 server must send client connection flow control bytes back immediately on receiving the data frame. Connection flow control updates must not depend on whether data has been read by the application handler or not. This prevents fast streams from starving due to slow streams.
Fixes: golang/go#54330
This PR (HEAD: 892fc35c2ee0c35aced595339fc1841b824f1165) has been imported to Gerrit for code review.
Please visit https://go-review.googlesource.com/c/net/+/421975 to see it.
Tip: You can toggle comments from me using the comments
slash command (e.g. /comments off
)
See the Wiki page for more info
Message from Damien Neil:
Patch Set 1: Hold+1
(1 comment)
Please don’t reply on this GitHub thread. Visit golang.org/cl/421975. After addressing review feedback, remember to publish your drafts!