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

VLH, very large header test and fixes #11509

Closed
wants to merge 2 commits into from

Conversation

icing
Copy link
Contributor

@icing icing commented Jul 24, 2023

  • refs http2.c: ASSERT: len >= stream->upload_blocked_len #11500
  • adding tests using very large passwords in auth
  • fixes general http sending to treat h3 like h2, and not like http1.1
  • eliminate H2_HEADER max definitions and use the commmon DYN_HTTP_REQUEST everywhere, different limits do not help
  • fix http2 handling of requests denied by nghttp2 on send to immediately report the refused stream

- adding tests using very large passwords in auth
- fixes general http sending to treat h3 like h2, and
  not like http1.1
- eliminate H2_HEADER max definitions and use the commmon
  DYN_HTTP_REQUEST everywhere, different limits do not help
- fix http2 handling of requests denied by nghttp2 on send
  to immediately report the refused stream
@github-actions github-actions bot added the tests label Jul 24, 2023
@bagder bagder closed this in c76df46 Jul 24, 2023
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
- adding tests using very large passwords in auth
- fixes general http sending to treat h3 like h2, and
  not like http1.1
- eliminate H2_HEADER max definitions and use the commmon
  DYN_HTTP_REQUEST everywhere, different limits do not help
- fix http2 handling of requests denied by nghttp2 on send
  to immediately report the refused stream

Closes curl#11509
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants