Skip to content

Commit 2efb5be

Browse files
committed
[ dart:_http ] Fix typo in HTTP response timeline event
Fixes #42800 Change-Id: I4ce660f496484255614b019bbb56976f5c2b31ac Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/155481 Reviewed-by: Kenzie Schmoll <[email protected]>
1 parent 0884dae commit 2efb5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/_http/http_impl.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ class _HttpClientRequest extends _HttpOutboundMessage<HttpClientResponse>
10911091
}
10921092

10931093
_responseCompleter.future.then((response) {
1094-
_timeline?.instant('Response receieved');
1094+
_timeline?.instant('Response received');
10951095
Map formatConnectionInfo() => {
10961096
'localPort': response.connectionInfo?.localPort,
10971097
'remoteAddress': response.connectionInfo?.remoteAddress.address,

0 commit comments

Comments
 (0)