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

Missing Expect header and 100-continue handling in Jersey Client #4536

Closed
skunjuma opened this issue Jul 28, 2020 · 1 comment · Fixed by #4576
Closed

Missing Expect header and 100-continue handling in Jersey Client #4536

skunjuma opened this issue Jul 28, 2020 · 1 comment · Fixed by #4576
Milestone

Comments

@skunjuma
Copy link

We use Jersey client in our SDK for a object storage service. Our clients upload large content through PUT calls. Recently we are experiencing problems with too many concurrent uploads overwhelming our load balancers and web servers. We have traffic throttling and request control features at the server side. But clients can still overload our systems by continuously retrying requests. This is in part due to missing handling for expect header and 100-continue responses by the Jersey client used in JAX-RS client framework. Please add support for handling expect header and 100-continue responses.

@senivam
Copy link
Contributor

senivam commented Aug 26, 2020

starting by requesting corresponding header support from JAX-RS API (see issue 900)

@senivam senivam linked a pull request Sep 24, 2020 that will close this issue
@senivam senivam added this to the 2.32 milestone Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants