We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a51899 commit 146dcccCopy full SHA for 146dccc
http2/writesched.go
@@ -25,7 +25,7 @@ type WriteScheduler interface {
25
// https://tools.ietf.org/html/rfc7540#section-5.1
26
AdjustStream(streamID uint32, priority PriorityParam)
27
28
- // Push queues a frame in the scheduler. In most cases, this will not be
+ // Push queues a frame in the scheduler. In most cases, this will be
29
// called with wr.StreamID()!=0 unless that stream is currently open. The one
30
// exception is RST_STREAM frames, which may be sent on idle or closed streams.
31
Push(wr FrameWriteRequest)
0 commit comments