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

Unified Diff: net/third_party/nss/ssl/ssl3con.c

Issue 8394027: Revert 104483 - Merge 104119 to 874 (manual merge) (Closed) Base URL: svn://svn.chromium.org/chrome/branches/874/src/
Patch Set: Created 9 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/third_party/nss/ssl/ssl3con.c
===================================================================
--- net/third_party/nss/ssl/ssl3con.c (revision 107269)
+++ net/third_party/nss/ssl/ssl3con.c (working copy)
@@ -2368,7 +2368,6 @@
}
toSend = PR_MIN(len - totalSent, MAX_FRAGMENT_LENGTH);
if (isBlockCipher &&
- ss->opt.enableFalseStart &&
ss->ssl3.cwSpec->version <= SSL_LIBRARY_VERSION_3_1_TLS) {
/*
* We assume that block ciphers are used in CBC mode and send
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698