Skip to content

Commit 146dccc

Browse files
authored
Update writesched.go comments
WriteScheduler.Push is always be called when send write request
1 parent 9a51899 commit 146dccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http2/writesched.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type WriteScheduler interface {
2525
// https://tools.ietf.org/html/rfc7540#section-5.1
2626
AdjustStream(streamID uint32, priority PriorityParam)
2727

28-
// Push queues a frame in the scheduler. In most cases, this will not be
28+
// Push queues a frame in the scheduler. In most cases, this will be
2929
// called with wr.StreamID()!=0 unless that stream is currently open. The one
3030
// exception is RST_STREAM frames, which may be sent on idle or closed streams.
3131
Push(wr FrameWriteRequest)

0 commit comments

Comments
 (0)