Index: sdk/lib/_internal/pub/lib/src/http.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/http.dart b/sdk/lib/_internal/pub/lib/src/http.dart |
index 08c30fd56ee95ea2b4d93aa8a4a6147279058488..7f926b3348d887f866cdf06435120ba8585943e0 100644 |
--- a/sdk/lib/_internal/pub/lib/src/http.dart |
+++ b/sdk/lib/_internal/pub/lib/src/http.dart |
@@ -110,7 +110,8 @@ class PubHttpClient extends http.BaseClient { |
}); |
if (timeoutLength == null) return future; |
- return timeout(future, timeoutLength, 'fetching URL "${request.url}"'); |
+ return timeout(future, timeoutLength, request.url, |
+ 'fetching URL "${request.url}"'); |
} |
/// Logs the fact that [request] was sent, and information about it. |