serrislew commented on code in PR #12408: URL: https://github.com/apache/trafficserver/pull/12408#discussion_r2286674468
########## 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: curious if this will be a new standard or just crr specific? -- 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