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

Unified Diff: net/quic/quic_http_stream.cc

Issue 337093003: QuicServer: Use Chrome's header parsing rather than Balsa (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@quic_server_3
Patch Set: Fix build on many platforms Created 6 years, 6 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: net/quic/quic_http_stream.cc
diff --git a/net/quic/quic_http_stream.cc b/net/quic/quic_http_stream.cc
index 88b40630f2b33e77de3cce7c337dc72fd7bc548b..e70ab9ce141014045f1d735fc8bc720e11a63b60 100644
--- a/net/quic/quic_http_stream.cc
+++ b/net/quic/quic_http_stream.cc
@@ -111,7 +111,7 @@ int QuicHttpStream::SendRequest(const HttpRequestHeaders& request_headers,
stream_->set_priority(priority);
// Store the serialized request headers.
CreateSpdyHeadersFromHttpRequest(*request_info_, request_headers,
- &request_headers_, SPDY3, /*direct=*/true);
+ SPDY3, /*direct=*/true, &request_headers_);
// Store the request body.
request_body_stream_ = request_info_->upload_data_stream;
« no previous file with comments | « net/net.gyp ('k') | net/quic/quic_in_memory_cache.h » ('j') | net/quic/quic_in_memory_cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698