Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
6.1.0
-
None
-
None
Description
In HttpTransact::handle_server_connection_not_open there is an early assert
ink_assert(s->current.server->had_connect_fail());
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.