traeak commented on a change in pull request #8488:
URL: https://github.com/apache/trafficserver/pull/8488#discussion_r745897346
##########
File path: plugins/cache_range_requests/cache_range_requests.cc
##########
@@ -185,110 +186,105 @@ handle_read_request_header(TSCont txn_contp, TSEvent
event, void *edata)
void
range_header_check(TSHttpTxn txnp, pluginconfig *const pc)
{
- char cache_key_url[8192] = {0};
- char *req_url;
- int length, url_length, cache_key_url_length;
- txndata *txn_state;
- TSMBuffer hdr_buf;
- TSMLoc hdr_loc = nullptr;
- TSMLoc loc = nullptr;
- TSCont txn_contp;
+ txndata *txn_state = nullptr;
Review comment:
moved.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]