net icon indicating copy to clipboard operation
net copied to clipboard

http2: send client conn flow control bytes back immediately

Open jronak opened this issue 2 years ago • 2 comments

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

jronak avatar Aug 07 '22 20:08 jronak

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

gopherbot avatar Aug 07 '22 20:08 gopherbot

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!

gopherbot avatar Aug 09 '22 17:08 gopherbot