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 #4201: generalizing sendAsync support #4430

Merged
merged 10 commits into from
Nov 29, 2022
Merged

Commits on Sep 30, 2022

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

Commits on Oct 6, 2022

  1. fix fabric8io#4201: ensuring okhttp is tolerant to multiple consume c…

    …alls
    
    also converting jetty to fully non-blocking
    
    and adapting the body delivery for jdk for use with sendAsync logic - we
    need the AsyncBody to be available immediately
    shawkins committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    130d42a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    387237b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9156cde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d50788 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

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

Commits on Nov 17, 2022

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

Commits on Nov 22, 2022

  1. fix fabric8io#4201: changing how the jetty session is set

    adding missing test timeouts
    correcting the wait in HttpClientReadableByteChannel
    shawkins committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    45d605b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. review: HttpClient implementation refactor

    - implementation of JettyHttpClient consumeLines
    - additional tests
    - centralization of HttpResponse body/async consumption logic
    - uncalled-for nitpicks 😅😇
    
    Signed-off-by: Marc Nuri <marc@marcnuri.com>
    manusa committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3356764 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from manusa/refactor/http-clients

    review: HttpClient implementation refactor
    shawkins committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    d2c2ae9 View commit details
    Browse the repository at this point in the history