Skip to content

Commit b119821

Browse files
committed
fix: do not flush immediately after write headers
1 parent 569fe81 commit b119821

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

http2/transport.go

-1
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,6 @@ func (cc *ClientConn) writeHeaders(streamID uint32, endStream bool, maxFrameSize
16141614
cc.fr.WriteContinuation(streamID, endHeaders, chunk)
16151615
}
16161616
}
1617-
cc.bw.Flush()
16181617
return cc.werr
16191618
}
16201619

0 commit comments

Comments
 (0)