Skip to content

Commit

Permalink
default to delayed dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
gregw committed Feb 5, 2015
1 parent 858a6e7 commit 4ed6069
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -223,7 +223,8 @@ public void testAsyncConsumeAll() throws Exception
.append("Host: localhost\r\n")
.append("Content-Type: text/plain\r\n")
.append("Content-Length: 10\r\n")
.append("\r\n");
.append("\r\n")
.append("0");

int port=_port;
try (Socket socket = new Socket("localhost",port))
Expand Down

0 comments on commit 4ed6069

Please sign in to comment.