We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3b793 commit 6d99eabCopy full SHA for 6d99eab
test/shelf_io_test.dart
@@ -209,7 +209,7 @@ void main() {
209
expect(channel.stream.first, completion(equals('Hello'.codeUnits)));
210
211
channel.sink.add(('HTTP/1.1 404 Not Found\r\n'
212
- 'Date: Mon, 23 May 2005 22:38:34 GMT\r\n'
+ 'date: Mon, 23 May 2005 22:38:34 GMT\r\n'
213
'Content-Length: 13\r\n'
214
'\r\n'
215
'Hello, world!')
0 commit comments