Skip to content

Commit

Permalink
fix: Close Jetty h2 streams with RST_STREAM and no error code
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Nov 19, 2024
1 parent e096c1f commit d224554
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ public boolean isFinestEnabled() {
transportState.runOnTransportThread(
() -> {
transportState.complete();
asyncContext.complete();
log.fine("call completed");
});
outputStream.close();
};
this.isReady = () -> outputStream.isReady();
}
Expand Down

0 comments on commit d224554

Please sign in to comment.