fixed merge

Signed-off-by: gregw <gregw@webtide.com>
This commit is contained in:
gregw 2020-11-18 14:42:07 +01:00
parent e94c685675
commit 699e3ba54c
1 changed files with 1 additions and 1 deletions

View File

@ -293,8 +293,8 @@ public class AsyncRequestReadTest
BufferedReader in = new BufferedReader(new InputStreamReader(socket.getInputStream()));
assertThat(in.readLine(), containsString("HTTP/1.1 200 OK"));
assertThat(in.readLine(), containsString("Content-Length:"));
assertThat(in.readLine(), containsString("Connection: close"));
assertThat(in.readLine(), containsString("Content-Length:"));
assertThat(in.readLine(), containsString("Server:"));
in.readLine();
assertThat(in.readLine(), containsString("XXXXXXX"));