Github user zwoop commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/657#discussion_r64236451
--- Diff: proxy/http/HttpTunnel.cc ---
@@ -1311,7 +1311,8 @@ HttpTunnel::consumer_reenable(HttpTunnelConsumer *c)
if (is_debug_tag_set("http_tunnel"))
Debug("http_tunnel", "Unthrottle %p %" PRId64 " / %" PRId64,
p, backlog, p->backlog());
srcp->unthrottle();
- srcp->read_vio->reenable();
+ if (srcp->read_vio)
--- End diff --
Extremely nitpicky, and I don't feel super strongly, but I think we've been
trying to avoid the if()'s without {} going forward.
---
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.
---