Skip to content

Commit 482ec38

Browse files
committed
minor clean up
1 parent 3312e33 commit 482ec38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/test/java/org/asynchttpclient/test/EchoHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public void handle(String pathInContext, Request request, HttpServletRequest htt
9595
}
9696
}
9797

98-
httpResponse.setStatus(200);
98+
request.setHandled(true);
9999
httpResponse.getOutputStream().flush();
100100
httpResponse.getOutputStream().close();
101101
}

0 commit comments

Comments
 (0)