Github user bryancall commented on the issue:
https://github.com/apache/trafficserver/pull/849
The return value for {{response_initialize_data_handling}} should be
changed. It is a bad design to return a bool (normally that would be mean
success or failure) from this method and have it mean that the chunking has
been completed.
It would better to call mark_body_done() in the method or pass in an
argument in the method call.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---