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

Unified Diff: net/quic/bidirectional_stream_quic_impl.cc

Issue 2141993002: Remove many-many SpdyMajorVersion and NextProto arguments and members. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove OnSynStream() and OnSynReply(). Created 4 years, 5 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_stream_factory_impl_job.cc ('k') | net/quic/quic_http_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/bidirectional_stream_quic_impl.cc
diff --git a/net/quic/bidirectional_stream_quic_impl.cc b/net/quic/bidirectional_stream_quic_impl.cc
index 205fbd0d1a810436ff97dfc67f5646f38d245419..25dd9c7bc0b7ca03c7501e8671d7fbb0b5c184e9 100644
--- a/net/quic/bidirectional_stream_quic_impl.cc
+++ b/net/quic/bidirectional_stream_quic_impl.cc
@@ -94,9 +94,8 @@ void BidirectionalStreamQuicImpl::SendRequestHeaders() {
http_request_info.method = request_info_->method;
http_request_info.extra_headers = request_info_->extra_headers;
- CreateSpdyHeadersFromHttpRequest(http_request_info,
- http_request_info.extra_headers, HTTP2, true,
- &headers);
+ CreateSpdyHeadersFromHttpRequest(
+ http_request_info, http_request_info.extra_headers, true, &headers);
size_t headers_bytes_sent = stream_->WriteHeaders(
std::move(headers), request_info_->end_stream_on_headers, nullptr);
headers_bytes_sent_ += headers_bytes_sent;
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | net/quic/quic_http_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698