Skip to content

Commit

Permalink
Issue #7818 - HttpChannel.Listener.onResponseBegin() Test
Browse files Browse the repository at this point in the history
+ Confirming behavior.

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Apr 6, 2022
1 parent 46f5d82 commit be3a649
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -178,7 +178,7 @@ public void testResponseBeginModifyHeaders() throws Exception
start(new TestHandler()
{
@Override
protected void handle(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
protected void handle(HttpServletRequest request, HttpServletResponse response)
{
response.setCharacterEncoding("utf-8");
response.setContentType("text/plain");
Expand Down

0 comments on commit be3a649

Please sign in to comment.