We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2584bd commit 000ace5Copy full SHA for 000ace5
1 file changed
httpserver/wrap_writter.go
@@ -227,7 +227,6 @@ func (f *http2FancyWriter) Push(target string, opts *http.PushOptions) error {
227
func (f *httpFancyWriter) ReadFrom(r io.Reader) (int64, error) {
228
if f.basicWriter.tee != nil {
229
n, err := io.Copy(&f.basicWriter, r)
230
- f.basicWriter.bytes += int(n)
231
return n, err
232
}
233
rf := f.basicWriter.ResponseWriter.(io.ReaderFrom)
0 commit comments