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

Bugfix: header calculation #376

Merged
merged 2 commits into from Apr 27, 2022
Merged

Bugfix: header calculation #376

merged 2 commits into from Apr 27, 2022

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    905118c View commit details
    Browse the repository at this point in the history
  2. Fix bug in calculation of received headers

    This would manifest itself is the headers were sent in multiple
    individual packets that were processed after each other, the calculation
    for max header size would be wrong and Waitress would incorrectly return
    RequestHeaderFieldsTooLarge.
    digitalresistor committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    dacaeee View commit details
    Browse the repository at this point in the history