ywkaras commented on a change in pull request #7100:
URL: https://github.com/apache/trafficserver/pull/7100#discussion_r468660369
##########
File path: proxy/http/HttpBodyFactory.cc
##########
@@ -372,8 +372,8 @@ HttpBodyFactory::fabricate(StrList *acpt_language_list,
StrList *acpt_charset_li
char *buffer;
const char *pType = context->txn_conf->body_factory_template_base;
const char *set;
- HttpBodyTemplate *t = nullptr;
- HttpBodySet *body_set;
+ HttpBodyTemplate *t = nullptr;
Review comment:
Seems better to also move this to right before line 412 to make code
more readable.
----------------------------------------------------------------
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]