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

Kestrel response header encoding #33776

Merged
merged 26 commits into from Jul 6, 2021
Merged

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    941c90c View commit details
    Browse the repository at this point in the history
  2. Add trailers test

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    ca17faf View commit details
    Browse the repository at this point in the history
  3. HTTP/2 response headers test

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    134458d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8534569 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a0ab85f View commit details
    Browse the repository at this point in the history
  6. Validate custom encodings

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    1b2b675 View commit details
    Browse the repository at this point in the history
  7. Cleanup

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    d31b314 View commit details
    Browse the repository at this point in the history
  8. Http/2 hpack encoding

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    ed83a04 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a6834a6 View commit details
    Browse the repository at this point in the history
  10. Http/3

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    7080853 View commit details
    Browse the repository at this point in the history
  11. Add Http3HeadersEnumerator

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    d1a8fd6 View commit details
    Browse the repository at this point in the history
  12. Efficient encoding

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    9ae09d4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0f96bbd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    759ef3a View commit details
    Browse the repository at this point in the history
  15. Cleanup TODOs

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    2d47ee4 View commit details
    Browse the repository at this point in the history
  16. Fixup request encoding

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    8b01902 View commit details
    Browse the repository at this point in the history
  17. Clean up generated spacing

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    30499c5 View commit details
    Browse the repository at this point in the history
  18. Formatting

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    d2797d5 View commit details
    Browse the repository at this point in the history
  19. Count encoded length

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    c1f9efd View commit details
    Browse the repository at this point in the history
  20. hpack benchmark improvements

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    0def2d1 View commit details
    Browse the repository at this point in the history
  21. PR feedback

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    d89a9b0 View commit details
    Browse the repository at this point in the history
  22. Revert stackalloc change

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    465249d View commit details
    Browse the repository at this point in the history
  23. H/Qpack encoding errors

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    056d853 View commit details
    Browse the repository at this point in the history
  24. Fix test issues

    Tratcher committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    b518b31 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. Test fix

    Tratcher committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    94d51ed View commit details
    Browse the repository at this point in the history
  2. Log symmetry

    Tratcher committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    0c03bf2 View commit details
    Browse the repository at this point in the history