masaori335 commented on code in PR #12667:
URL: https://github.com/apache/trafficserver/pull/12667#discussion_r2544349915


##########
include/proxy/http/HttpTransact.h:
##########
@@ -635,6 +635,7 @@ class HttpTransact
     bool            trust_response_cl          = false;
     ResponseError_t response_error             = 
ResponseError_t::NO_RESPONSE_HEADER_ERROR;
     bool            extension_method           = false;
+    std::string     server_response_transfer_encoding; ///< Storage for 
logging.

Review Comment:
   IIUC, `current.server->transfer_encoding` stores the type of 
Transfer-Encoding. De we really need copy of the header here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to