traeak commented on code in PR #12408: URL: https://github.com/apache/trafficserver/pull/12408#discussion_r2288366311
########## plugins/cache_range_requests/cache_range_requests.cc: ########## @@ -261,8 +261,16 @@ range_header_check(TSHttpTxn txnp, pluginconfig *const pc) TSMLoc hdr_loc = TS_NULL_MLOC; if (TS_SUCCESS == TSHttpTxnClientReqGet(txnp, &hdr_buf, &hdr_loc)) { + defer Review Comment: This is just specific to CRR, but seems to be pretty useful. -- 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