Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-1865

[http2] curl client hangs when running multiple clients against HTTP2 adaptor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.17.0
    • Protocol Adaptors
    • None

    Description

      while : ; do
        STR=$(curl -i 127.0.0.1:9000/goaway_test_1 --http2-prior-knowledge)
        SUB='HTTP/2 503'
        echo $STR
        if [[ "$STR" == *"$SUB"* ]]; then
           exit 1
        fi
        echo "**************************************************************************************************************************************"
      done

      Start three clients that run the above script repeatedly against a router (router config file attached) with nginx as the server that the router is connecting to on port 80.

      You will notice that one of the client hangs but the rest of them keep going.

      Attachments

        1. qdrouterd.conf
          2 kB
          Ganesh Murthy

        Issue Links

          Activity

            People

              gmurthy Ganesh Murthy
              gmurthy Ganesh Murthy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: