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 0884dae commit 2efb5beCopy full SHA for 2efb5be
sdk/lib/_http/http_impl.dart
@@ -1091,7 +1091,7 @@ class _HttpClientRequest extends _HttpOutboundMessage<HttpClientResponse>
1091
}
1092
1093
_responseCompleter.future.then((response) {
1094
- _timeline?.instant('Response receieved');
+ _timeline?.instant('Response received');
1095
Map formatConnectionInfo() => {
1096
'localPort': response.connectionInfo?.localPort,
1097
'remoteAddress': response.connectionInfo?.remoteAddress.address,
0 commit comments