Skip to content

Commit c489d1e

Browse files
committed
fix comment typo
1 parent c1c5477 commit c489d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/transport/http2_server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@ func (t *http2Server) closeStream(s *ServerStream, rst bool, rstCode http2.ErrCo
13531353
// called to interrupt the potential blocking on other goroutines.
13541354
s.cancel()
13551355

1356-
// We can't return early even if the stream's state is "done," as the state
1356+
// We can't return early even if the stream's state is "done" as the state
13571357
// might have been set by the `finishStream` method. Deleting the stream via
13581358
// `finishStream` can get blocked on flow control.
13591359
s.swapState(streamDone)

0 commit comments

Comments
 (0)