Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipse-vertx/vert.x
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.2.6
Choose a base ref
...
head repository: eclipse-vertx/vert.x
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.2.7
Choose a head ref
  • 7 commits
  • 11 files changed
  • 2 contributors

Commits on Mar 16, 2022

  1. Set version to 4.2.7-SNAPSHOT

    vietj committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    64faa3f View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

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

Commits on Mar 31, 2022

  1. The HttpClient does not have a timeout for handshake completion. Afte…

    …r the connection has been established with the server, we can set a timeout to fire if the server has not responded with the handshake response timely.
    
    Fixes #4323
    vietj committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    20149b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Fix TCP server scaling example

    vietj committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    b284c07 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2022

  1. HTTP Request Handler not called on a duplicated context when requests…

    … are pipelined - fixes #4325
    vietj committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    a9a8408 View commit details
    Browse the repository at this point in the history
  2. Be exhaustive in invalid character for header name

    Signed-off-by: Nils Renaud <renaud.nils@gmail.com>
    NilsRenaud authored and vietj committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    20d0aa7 View commit details
    Browse the repository at this point in the history
  3. Releasing 4.2.7

    vietj committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    cd37704 View commit details
    Browse the repository at this point in the history
Loading