You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Alan M. Carroll (JIRA)" <ji...@apache.org> on 2015/07/23 23:06:05 UTC

[jira] [Created] (TS-3795) Invalid assertion in handle_server_connection_not_op

Alan M. Carroll created TS-3795:
-----------------------------------

             Summary: Invalid assertion in handle_server_connection_not_op
                 Key: TS-3795
                 URL: https://issues.apache.org/jira/browse/TS-3795
             Project: Traffic Server
          Issue Type: Bug
          Components: Core
            Reporter: Alan M. Carroll


In {{HttpTransact::handle_server_connection_not_open}} there is an early assert
{code}
ink_assert(s->current.server->had_connect_fail());
{code}
However, in {{HttpTransact::handle_response_from_server}} the cases of a parse error, connection closed, or a bad response all call this method and in none of these cases was there a connection failure. This causes an assertion which, to me, seems unreasonable.



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