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)