Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-3795

Invalid assertion in handle_server_connection_not_open

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Duplicate
    • 6.1.0
    • None
    • Core
    • 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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              amc Alan M. Carroll
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: