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

Fixes #4444 - Connection timeout intermittently when using jetty 9.4… #4446

Merged
merged 3 commits into from Jan 17, 2020

Commits on Dec 26, 2019

  1. Fixes #4444 - Connection timeout intermittently when using jetty 9.4.25.

    Fixed handling of encrypted bytes to write in
    needsFillInterest() when the TLS handshake status
    is NOT_HANDSHAKING.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Dec 26, 2019
    Copy the full SHA
    5794584 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Fixes #4444 - Connection timeout intermittently when using jetty 9.4.25.

    Fixed write in doShutdownOutput() by updating the state before the write,
    so that needsFillInterest() can check whether to also do a write or not.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Dec 30, 2019
    Copy the full SHA
    d5e962e View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

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