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

amc 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 e774b36  Added client read error case to TSHttpTxnAborted
e774b36 is described below

commit e774b36bc15f996b6e6668804ac84f64011786b0
Author: Zeyuan Yu <[email protected]>
AuthorDate: Tue Jun 12 15:19:58 2018 +0000

    Added client read error case to TSHttpTxnAborted
---
 src/traffic_server/InkAPI.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/traffic_server/InkAPI.cc b/src/traffic_server/InkAPI.cc
index 13bb88e..55e254c 100644
--- a/src/traffic_server/InkAPI.cc
+++ b/src/traffic_server/InkAPI.cc
@@ -5354,6 +5354,7 @@ TSHttpTxnAborted(TSHttpTxn txnp)
   HttpSM *sm = (HttpSM *)txnp;
   switch (sm->t_state.squid_codes.log_code) {
   case SQUID_LOG_ERR_CLIENT_ABORT:
+  case SQUID_LOG_ERR_CLIENT_READ_ERROR:
   case SQUID_LOG_TCP_SWAPFAIL:
     // check for client abort and cache read error
     return TS_SUCCESS;

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to