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

Unified Diff: net/quic/quic_network_transaction_unittest.cc

Issue 1420783002: Add quotation marks around probability value in Alternative Services. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2526
Patch Set: Created 5 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 | « net/http/http_network_transaction_unittest.cc ('k') | net/spdy/spdy_alt_svc_wire_format.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_network_transaction_unittest.cc
diff --git a/net/quic/quic_network_transaction_unittest.cc b/net/quic/quic_network_transaction_unittest.cc
index 1bac0f4816bb8e6907fbd9c26f43f28edd66a4e7..a9da2e68bf624f0161980028e69e5743a93203f5 100644
--- a/net/quic/quic_network_transaction_unittest.cc
+++ b/net/quic/quic_network_transaction_unittest.cc
@@ -66,7 +66,7 @@ static const char kQuicAlternateProtocolHttpsHeader[] =
static const char kQuicAlternativeServiceHttpHeader[] =
"Alt-Svc: quic=\":80\"\r\n\r\n";
static const char kQuicAlternativeService50pctHttpHeader[] =
- "Alt-Svc: quic=\":80\";p=.5\r\n\r\n";
+ "Alt-Svc: quic=\":80\";p=\".5\"\r\n\r\n";
static const char kQuicAlternativeServiceDifferentPortHttpHeader[] =
"Alt-Svc: quic=\":137\"\r\n\r\n";
static const char kQuicAlternativeServiceHttpsHeader[] =
« no previous file with comments | « net/http/http_network_transaction_unittest.cc ('k') | net/spdy/spdy_alt_svc_wire_format.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698