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

Fix multipart and Expect: 100-continue #24039

Merged
merged 1 commit into from
Mar 2, 2022
Merged

Conversation

patriot1burke
Copy link
Contributor

Fix #22563

Had some issues with multipart and curl.

  • Vertx BodyHandler does not buffer multipart requests. Had to fork it and make sure multipart request is buffered.
  • Curl sends Expect: 100-continue [1] This was not handled well by MockEventServer

[1] https://daniel.haxx.se/blog/2020/02/27/expect-tweaks-in-curl/

@gsmet gsmet merged commit ee50eed into quarkusio:main Mar 2, 2022
@quarkus-bot quarkus-bot bot added this to the 2.8 - main milestone Mar 2, 2022
@gsmet gsmet modified the milestones: 2.8 - main, 2.7.3.Final Mar 2, 2022
@patriot1burke patriot1burke deleted the 022222 branch March 2, 2022 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants