| Index: tests/standalone/io/http_server_socket_test.dart
|
| ===================================================================
|
| --- tests/standalone/io/http_server_socket_test.dart (revision 7745)
|
| +++ tests/standalone/io/http_server_socket_test.dart (working copy)
|
| @@ -208,7 +208,7 @@
|
| }
|
| testContent(
|
| "GET / HTTP/1.1\r\nKeep-Alive: False\r\n\r\n",
|
| - "HTTP/1.1 200 OK\r\ntransfer-encoding: chunked\r\nconnection: close" +
|
| + "HTTP/1.1 200 OK\r\ntransfer-encoding: chunked\r\nconnection: close"
|
| "\r\n\r\n0\r\n\r\n");
|
|
|
| server.close();
|
|
|