bryancall opened a new pull request #7443: URL: https://github.com/apache/trafficserver/pull/7443
Switching from ERR_INVALID_REQ to ERR_LOOP_DETECTED when a loop is detected. Before the change: 1611604780.208 0 127.0.0.1 ERR_INVALID_REQ/400 556 GET http://127.0.0.1:8080/hello - NONE/127.0.0.1 text/html 1611604780.746 1 127.0.0.1 ERR_INVALID_REQ/400 556 GET http://127.0.0.1:8080/hello - NONE/127.0.0.1 text/html 1611604781.252 0 127.0.0.1 ERR_INVALID_REQ/400 556 GET http://127.0.0.1:8080/hello - NONE/127.0.0.1 text/html After the change: 1611604704.686 2 127.0.0.1 ERR_LOOP_DETECTED/400 556 GET http://127.0.0.1:8080/hello - NONE/127.0.0.1 text/html 1611604717.118 0 127.0.0.1 ERR_LOOP_DETECTED/400 556 GET http://127.0.0.1:8080/hello - NONE/127.0.0.1 text/html 1611604718.410 0 127.0.0.1 ERR_LOOP_DETECTED/400 556 GET http://127.0.0.1:8080/hello - NONE/127.0.0.1 text/html ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
