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

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

Issue 858373002: Update third_party/tlslite to 0.4.8. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Finish fixing client auth Created 5 years, 11 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/ignore_write_failure.patch
diff --git a/third_party/tlslite/patches/ignore_write_failure.patch b/third_party/tlslite/patches/ignore_write_failure.patch
index 169e4d5871f9c17edd60f2357d5ff3786491eb30..0a5e960586ec58da1c6a9cb736bbef7754f36337 100644
--- a/third_party/tlslite/patches/ignore_write_failure.patch
+++ b/third_party/tlslite/patches/ignore_write_failure.patch
@@ -1,8 +1,8 @@
diff --git a/third_party/tlslite/tlslite/tlsrecordlayer.py b/third_party/tlslite/tlslite/tlsrecordlayer.py
-index 8b92221..370dc9a 100644
+index 6ef3895..3584726 100644
--- a/third_party/tlslite/tlslite/tlsrecordlayer.py
+++ b/third_party/tlslite/tlslite/tlsrecordlayer.py
-@@ -286,7 +286,9 @@ class TLSRecordLayer(object):
+@@ -288,7 +288,9 @@ class TLSRecordLayer(object):
except GeneratorExit:
raise
except Exception:
« no previous file with comments | « third_party/tlslite/patches/fallback_scsv.patch ('k') | third_party/tlslite/patches/intolerance_options.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698