[ 
https://issues.apache.org/jira/browse/TS-4469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15296466#comment-15296466
 ] 

ASF GitHub Bot commented on TS-4469:
------------------------------------

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.


> TS-3612 changes cause crashes with some plugins
> -----------------------------------------------
>
>                 Key: TS-4469
>                 URL: https://issues.apache.org/jira/browse/TS-4469
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 6.2.0
>            Reporter: Susan Hinrichs
>            Assignee: Susan Hinrichs
>              Labels: crash, regresion
>             Fix For: 7.0.0
>
>
> Reported by [~biilmann] and similar issues seen in Yahoo.  Possibly related 
> to TS-4454.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to