Skip to content

Commit 635733f

Browse files
authored
Fix InstrumentedEE10HandlerTest after upgrade to Jetty 12.0.5 (#4626)
Refs #4619
1 parent 8b91b5b commit 635733f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics-jetty12-ee10/src/test/java/io/dropwizard/metrics/jetty12/ee10/InstrumentedEE10HandlerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public void onError(Throwable throwable) {
223223
}
224224
}
225225
);
226-
servletContextRequest.getHttpOutput().run();
226+
servletContextRequest.getHttpOutput().writeCallback();
227227
} catch (IOException e) {
228228
context.complete();
229229
servletContextRequest.getServletChannel().handle();

0 commit comments

Comments
 (0)