Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: CHANGELOG.md

Issue 2946333002: Added timeout parameter to RawSocket and Socket connect, which allows for the specification of a ma… (Closed)
Patch Set: Updated CHANGELOG.md Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/socket_patch.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fa76f9cd19e3b05d3362ed023908109fe4f6752f..190a9f373c8704b998d011ba13ba95d6be047b7a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,11 @@
methods are now supported on iOS and OSX.
* Deprecated `SecurityContext.alpnSupported` as ALPN is now supported on all
platforms.
+ * Added 'timeout' parameter to 'Socket.connect' and 'RawSocket.connect'. If a
+ connection attempt takes longer than the duration specified in 'timeout', a
+ 'SocketException' will be thrown. Note: if the duration specified in
+ 'timeout' is greater than the system level timeout duration, a timeout may
+ occur sooner than specified in 'timeout'.
### Dart VM
« no previous file with comments | « no previous file | runtime/bin/socket_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698