sudheerv commented on pull request #7768:
URL: https://github.com/apache/trafficserver/pull/7768#issuecomment-832225491
> 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.
Ah gotcha! Removed the switch/case as well.
--
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]