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

Unified Diff: CHANGELOG.md

Issue 2950413002: Added timeout parameter to RawSecureSocket and SecureSocket connect methods. Also updated CHANGELOG… (Closed)
Patch Set: 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 | sdk/lib/io/secure_socket.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 413c8d2a8c029f3797a613fde9168481c641b24b..f3522e6db121f6c08b1f9329f5ed8f1002d5486f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,11 +20,12 @@
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'.
+ * Added 'timeout' parameter to 'Socket.connect', 'RawSocket.connect',
+ 'SecureSocket.connect' and 'RawSecureSocket.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
* Support for MIPS has been remvoed.
« no previous file with comments | « no previous file | sdk/lib/io/secure_socket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698