Github user maskit commented on the pull request: https://github.com/apache/trafficserver/pull/549#issuecomment-205336202 I couldn't have a time to dig into the issue but it seems the real problem here is that ``has_body()`` has a side effect. It initializes ``resp_content_length``, and there is a logic depends on the effect. We should check whether ``resp_content_length`` has already been initialized before use. Or similar problems would happen if someone add a check into ``has_body()``.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---