[
https://issues.apache.org/jira/browse/DISPATCH-1865?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17262043#comment-17262043
]
ASF GitHub Bot commented on DISPATCH-1865:
------------------------------------------
ganeshmurthy opened a new pull request #971:
URL: https://github.com/apache/qpid-dispatch/pull/971
…rver all the way back to the client
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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
> 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: [email protected]
For additional commands, e-mail: [email protected]