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:
[email protected]