Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceLiZhixin committed Jun 14, 2021
1 parent 25403fb commit 32f634a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http2/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -2580,7 +2580,7 @@ func (w *Http2ResponseWriter) Flush() {
// (writeChunk with zero bytes, so we have to do it
// ourselves to force the HTTP response header and/or
// final DATA frame (with END_STREAM) to be sent.
//rws.writeChunk(nil)
rws.writeChunk(nil)
}
}

Expand Down

0 comments on commit 32f634a

Please sign in to comment.