[ https://issues.apache.org/jira/browse/DISPATCH-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ganesh Murthy updated DISPATCH-1865: ------------------------------------ Summary: [http2] curl client hangs when running multiple clients against HTTP2 adaptor (was: curl client hangs when running multiple clients against HTTP2 adaptor ) > [http2] 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-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org