bneradt commented on code in PR #11936: URL: https://github.com/apache/trafficserver/pull/11936#discussion_r1901935434
########## src/proxy/http/HttpTunnel.cc: ########## @@ -186,6 +187,9 @@ ChunkedHandler::read_size() done = true; break; } else { + if (ParseRules::is_cr(*tmp)) { + cr++; Review Comment: nit: Might as well do prefix increment. -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org