This is an automated email from the ASF dual-hosted git repository. rrm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push: new deea85a Remove update to unused variable deea85a is described below commit deea85a25793bcab3a2428b9d7f0993248121c1c Author: Susan Hinrichs <shinr...@verizonmedia.com> AuthorDate: Mon Mar 2 21:24:21 2020 +0000 Remove update to unused variable --- proxy/http2/Http2ConnectionState.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy/http2/Http2ConnectionState.cc b/proxy/http2/Http2ConnectionState.cc index 911bf9f..f8f57bf 100644 --- a/proxy/http2/Http2ConnectionState.cc +++ b/proxy/http2/Http2ConnectionState.cc @@ -191,7 +191,6 @@ rcv_data_frame(Http2ConnectionState &cstate, const Http2Frame &frame) myreader->writer()->dealloc_reader(myreader); return Http2Error(Http2ErrorClass::HTTP2_ERROR_CLASS_STREAM, Http2ErrorCode::HTTP2_ERROR_INTERNAL_ERROR); } - nbytes += num_written; myreader->consume(num_written); } myreader->writer()->dealloc_reader(myreader);