You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ken Giusti (Jira)" <ji...@apache.org> on 2021/05/10 19:41:00 UTC

[jira] [Updated] (DISPATCH-1865) curl client hangs when running multiple clients against HTTP2 adaptor

     [ https://issues.apache.org/jira/browse/DISPATCH-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ken Giusti updated DISPATCH-1865:
---------------------------------
    Fix Version/s: 1.17.0

> curl client hangs when running multiple clients against HTTP2 adaptor 
> ----------------------------------------------------------------------
>
>                 Key: DISPATCH-1865
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1865
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Protocol Adaptors
>            Reporter: Ganesh Murthy
>            Assignee: Ganesh Murthy
>            Priority: Major
>             Fix For: 1.17.0
>
>         Attachments: qdrouterd.conf
>
>
> {noformat}
> 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{noformat}
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org