--poll-timeout and close-on-goaway
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 aGOAWAY
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.