You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/05/03 16:44:29 UTC

[GitHub] [trafficserver] SolidWallOfCode commented on pull request #7768: Issue 7767 - Short circuit remap reload when non-existent remap file is specified

SolidWallOfCode commented on pull request #7768:
URL: https://github.com/apache/trafficserver/pull/7768#issuecomment-831386356


   If PR #7777 were committed, the `switch` could be removed and have something more like
   ```
   if (ec) {
     // log the error
     return false;
   }
   ```
   If `ec` is marked as an error, there is nothing in the content to parse.


-- 
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:
users@infra.apache.org