Skip to content

--poll-timeout and close-on-goaway

Compare
Choose a tag to compare
@bneradt bneradt released this 10 Jul 19:01
· 19 commits to master since this release
7ef550c

This release adds the following features:

  • --poll-timeout : a new command line argument to specify what the socket timeout should be. The previous hard-coded value, and the current default value, is 5000 milliseconds.
  • close-on-goaway: a new session directive for HTTP/2 connections that directs whether the verifier client will close the connection on a GOAWAY frame after processing outstanding streams, or continue to try to send the other specified streams from the replay file. The former behavior is the default as that is more in keeping with the RFC.

This release also contains HTTP/2 Expect: 100-Continue fixes.