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

Unified Diff: third_party/tlslite/patches/close_notify.patch

Issue 210323002: Update tlslite to 0.4.6. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Executable bit and --similarity=80 Created 6 years, 8 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
Index: third_party/tlslite/patches/close_notify.patch
diff --git a/third_party/tlslite/patches/close_notify.patch b/third_party/tlslite/patches/close_notify.patch
deleted file mode 100644
index 94afa2061ad616bd04e089b57d35d4889177606e..0000000000000000000000000000000000000000
--- a/third_party/tlslite/patches/close_notify.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -u tlslite-0.3.8/tlslite/TLSRecordLayer.py chromium//tlslite/TLSRecordLayer.py
---- tlslite-0.3.8/tlslite/TLSRecordLayer.py 2005-02-21 21:31:41.000000000 -0800
-+++ chromium/tlslite/TLSRecordLayer.py 2008-11-25 21:58:04.000000000 -0800
-@@ -322,6 +322,12 @@
- AlertDescription.close_notify, AlertLevel.warning)):
- yield result
- alert = None
-+ # Forcing a shutdown as the OS does not seem to be
-+ # responsive to the close notify.
-+ prevCloseSocket = self.closeSocket
-+ self.closeSocket = True
-+ self._shutdown(True)
-+ self.closeSocket = prevCloseSocket
- while not alert:
- for result in self._getMsg((ContentType.alert, \
- ContentType.application_data)):
« no previous file with comments | « third_party/tlslite/patches/client_cipher_preferences.patch ('k') | third_party/tlslite/patches/fallback_scsv.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698