Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get tests running for HTTP/3 #31898

Merged
merged 2 commits into from
Feb 14, 2020
Merged

Commits on Feb 13, 2020

  1. Update generic tests to use a Version rather than boolean IsHttp11/Is…

    …Http20, and update some HTTP/2 to work for HTTP/3.
    
    Enable tests for HTTP/3, behind a conditional feature test.
    Fix QPackDecoder lzcnt assuming an 8-bit test.
    Rename test QPACK classes from QPackEncoder/QPackDecoder -> QPackTestEncoder/QPackTestDecoder to avoid naming confusion with product code classes.
    Fix QPackTestDecoder bit flag checks.
    Fix a double call to QuicConnection.CloseAsync(). Update to shutdown QuicConnection in a background task.
    Fix test cert usage.
    scalablecory authored and Cory Nelson committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    8e84a51 View commit details
    Browse the repository at this point in the history
  2. Fix QPack codec file paths

    Cory Nelson committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    a7dca57 View commit details
    Browse the repository at this point in the history