You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "traeak (via GitHub)" <gi...@apache.org> on 2023/03/10 13:22:33 UTC

[GitHub] [trafficserver] traeak commented on a diff in pull request #9232: Add support for CMCD-Request header nor field to prefetch plugin

traeak commented on code in PR #9232:
URL: https://github.com/apache/trafficserver/pull/9232#discussion_r1132368362


##########
plugins/prefetch/plugin.cc:
##########
@@ -460,7 +542,7 @@ contHandleFetch(const TSCont contp, TSEvent event, void *edata)
         /* first-pass */
         if (!config.isExactMatch()) {
           data->_fetchable = state->acquire(data->_cachekey);
-          PrefetchDebug("request is %s fetchable", data->_fetchable ? " " : " not ");
+          PrefetchDebug("request is %s fetchable", data->_fetchable ? "" : "not");

Review Comment:
   reverted the change



-- 
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-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org