Skip to content

Commit

Permalink
fix #5002: moving jetty response completion after headers
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins authored and manusa committed Mar 28, 2023
1 parent 3a4b4ae commit 007550e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void cancel() {
}

@Override
public void onBegin(Response response) {
public void onHeaders(Response response) {
asyncResponse.complete(new JettyHttpResponse<>(httpRequest, response, this));
}

Expand Down

0 comments on commit 007550e

Please sign in to comment.