Skip to content

Commit

Permalink
Rework the HttpClientStream implementation to correctly recycle the c…
Browse files Browse the repository at this point in the history
…onnection
  • Loading branch information
vietj committed Nov 14, 2017
1 parent a57fb6b commit 8188819
Show file tree
Hide file tree
Showing 5 changed files with 348 additions and 273 deletions.
2 changes: 1 addition & 1 deletion src/main/java/io/vertx/core/http/HttpClientRequest.java
Expand Up @@ -328,7 +328,7 @@ default boolean reset() {
* <p/> * <p/>
* <ul> * <ul>
* <li>for HTTP/2, this performs send an HTTP/2 reset frame with the specified error {@code code}</li> * <li>for HTTP/2, this performs send an HTTP/2 reset frame with the specified error {@code code}</li>
* <li>for HTTP/1.x, this closes the connection after the current in-flight requests are ended</li> * <li>for HTTP/1.x, this closes the connection when the current request is inflight</li>
* </ul> * </ul>
* <p/> * <p/>
* When the request has not yet been sent, the request will be aborted and false is returned as indicator. * When the request has not yet been sent, the request will be aborted and false is returned as indicator.
Expand Down

0 comments on commit 8188819

Please sign in to comment.