From b048dcd81d066f0fcb8b2f8b80fe25aa0ca164db Mon Sep 17 00:00:00 2001 From: Masakazu Kitajo Date: Thu, 2 Feb 2017 08:54:52 +0900 Subject: [PATCH] Log crc field and psql field correctly with H2 The two field values were logged incorrectly if a resopnse body is short. --- proxy/http2/Http2Stream.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/proxy/http2/Http2Stream.cc b/proxy/http2/Http2Stream.cc index dd92b831ec8..3225c80aeb6 100644 --- a/proxy/http2/Http2Stream.cc +++ b/proxy/http2/Http2Stream.cc @@ -585,7 +585,6 @@ Http2Stream::update_write_request(IOBufferReader *buf_reader, int64_t write_len, this->mark_body_done(); // Send the data frame send_response_body(); - retval = false; } } break;