You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/02/02 17:22:28 UTC

[trafficserver] branch 7.1.x updated: Log crc field and psql field correctly with H2

This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch 7.1.x
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/7.1.x by this push:
       new  8d0a29c   Log crc field and psql field correctly with H2
8d0a29c is described below

commit 8d0a29c46fe74dede6cb2cfd4a15889991acd8e7
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Thu Feb 2 08:54:52 2017 +0900

    Log crc field and psql field correctly with H2
    
    The two field values were logged incorrectly if a resopnse body is short.
    
    (cherry picked from commit cb769bfed1fa5c0b8132e8e8e37d84150e83badb)
---
 proxy/http2/Http2Stream.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/proxy/http2/Http2Stream.cc b/proxy/http2/Http2Stream.cc
index dd92b83..3225c80 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;

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].