Skip to content

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

@skunjuma

Description

@skunjuma

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions