bneradt commented on code in PR #12437:
URL: https://github.com/apache/trafficserver/pull/12437#discussion_r2560660719
##########
src/proxy/http/HttpSM.cc:
##########
Review Comment:
The new message says "Server closed...", but the code around these events
seem to indicate client events while waiting for the response. Maybe "Client
closed..." is appropriate? Or maybe I'm misunderstanding.
##########
src/proxy/http/HttpSM.cc:
##########
@@ -1945,6 +1971,7 @@ HttpSM::state_read_server_response_header(int event, void
*data)
switch (event) {
case VC_EVENT_EOS:
+ log_server_close_with_origin(t_state, "Server closed connection while
reading response header");
Review Comment:
Minor: maybe also end this in a period to be consistent with the other log.
--
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]