Skip to content

URI Verification

Compare
Choose a tag to compare
@bneradt bneradt released this 24 Nov 19:33
· 241 commits to master since this release

Most significantly, this adds URI verification to Proxy Verifier.

In addition, this release also contains:

  • A buffer overrun bug that could happen when draining chunked bodies.
  • Applies rate limiting to transactions instead of just to sessions. This helps make HTTP/2 replay more like the traffic pattern at the time of recording the traffic because otherwise every HTTP/2 transaction for every session was sent out in parallel at the time the session was created.