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

Improvements to HttpSender. #12111

Merged
merged 3 commits into from
Aug 2, 2024
Merged

Commits on Jul 30, 2024

  1. Improvements to HttpSender.

    * Changed ContentSender demand from iterate()+IDLE to succeeded()+SCHEDULED.
      This ensures that there is no re-iteration in case a 100 Continue response arrives.
      This, in turn, avoids that the demand is performed multiple times, causing ISE to be thrown.
    * Changed the 100 Continue action of the proxy Servlet/Handler, that provides the request content, to be executed by the HttpSender, rather than by the HttpReceiver.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    944b9e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    e819d7a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Updates after review.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    9110e89 View commit details
    Browse the repository at this point in the history