You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/10/03 01:06:31 UTC

[GitHub] [trafficserver] maskit commented on pull request #7237: Fix bad HTTP/2 post client causing stuck HttpSM

maskit commented on pull request #7237:
URL: https://github.com/apache/trafficserver/pull/7237#issuecomment-703019499


   I've been using my own tool [h2cli](https://github.com/maskit/h2cli) for local testing. It provides a command line tool that generates H2 binary data from [a sequence file](https://github.com/maskit/h2cli/blob/master/sequence.json). You can send the data and parse the response like this:
   ```
   h2seq sequence.json | openssl s_client -alpn h2 -connect localhost:443 -quiet | h2res
   ```
   
   However, I guess we don't want to add a dependency for Node.js.


----------------------------------------------------------------
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:
users@infra.apache.org