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

Unified Diff: net/http/http_network_transaction_unittest.cc

Issue 67057: Remove the "Proxy-Support: Session-Based-Authentication"... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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
« 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/http/http_network_transaction_unittest.cc
===================================================================
--- net/http/http_network_transaction_unittest.cc (revision 13515)
+++ net/http/http_network_transaction_unittest.cc (working copy)
@@ -1780,8 +1780,7 @@
MockRead("WWW-Authenticate: NTLM\r\n"),
MockRead("Connection: close\r\n"),
MockRead("Content-Length: 42\r\n"),
- MockRead("Content-Type: text/html\r\n"),
- MockRead("Proxy-Support: Session-Based-Authentication\r\n\r\n"),
+ MockRead("Content-Type: text/html\r\n\r\n"),
// Missing content -- won't matter, as connection will be reset.
MockRead(false, net::ERR_UNEXPECTED),
};
@@ -1821,8 +1820,7 @@
"lAC4AYwBvAG0ABQAeAGMAbwByAHAALgBnAG8AbwBnAGwAZQAuAGMAbw"
"BtAAAAAAA=\r\n"),
MockRead("Content-Length: 42\r\n"),
- MockRead("Content-Type: text/html\r\n"),
- MockRead("Proxy-Support: Session-Based-Authentication\r\n\r\n"),
+ MockRead("Content-Type: text/html\r\n\r\n"),
MockRead("You are not authorized to view this page\r\n"),
// Lastly we get the desired content.
@@ -1910,8 +1908,7 @@
MockRead("WWW-Authenticate: NTLM\r\n"),
MockRead("Connection: close\r\n"),
MockRead("Content-Length: 42\r\n"),
- MockRead("Content-Type: text/html\r\n"),
- MockRead("Proxy-Support: Session-Based-Authentication\r\n\r\n"),
+ MockRead("Content-Type: text/html\r\n\r\n"),
// Missing content -- won't matter, as connection will be reset.
MockRead(false, net::ERR_UNEXPECTED),
};
@@ -1951,8 +1948,7 @@
"lAC4AYwBvAG0ABQAeAGMAbwByAHAALgBnAG8AbwBnAGwAZQAuAGMAbw"
"BtAAAAAAA=\r\n"),
MockRead("Content-Length: 42\r\n"),
- MockRead("Content-Type: text/html\r\n"),
- MockRead("Proxy-Support: Session-Based-Authentication\r\n\r\n"),
+ MockRead("Content-Type: text/html\r\n\r\n"),
MockRead("You are not authorized to view this page\r\n"),
// Wrong password.
@@ -1961,8 +1957,7 @@
MockRead("WWW-Authenticate: NTLM\r\n"),
MockRead("Connection: close\r\n"),
MockRead("Content-Length: 42\r\n"),
- MockRead("Content-Type: text/html\r\n"),
- MockRead("Proxy-Support: Session-Based-Authentication\r\n\r\n"),
+ MockRead("Content-Type: text/html\r\n\r\n"),
// Missing content -- won't matter, as connection will be reset.
MockRead(false, net::ERR_UNEXPECTED),
};
@@ -2002,8 +1997,7 @@
"lAC4AYwBvAG0ABQAeAGMAbwByAHAALgBnAG8AbwBnAGwAZQAuAGMAbw"
"BtAAAAAAA=\r\n"),
MockRead("Content-Length: 42\r\n"),
- MockRead("Content-Type: text/html\r\n"),
- MockRead("Proxy-Support: Session-Based-Authentication\r\n\r\n"),
+ MockRead("Content-Type: text/html\r\n\r\n"),
MockRead("You are not authorized to view this page\r\n"),
// Lastly we get the desired content.
« 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