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

Unified Diff: net/quic/chromium/quic_http_stream.cc

Issue 2347163002: s/NPN/ALPN/ (Closed)
Patch Set: Re: #12. Created 4 years, 3 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/chromium/quic_http_stream.cc
diff --git a/net/quic/chromium/quic_http_stream.cc b/net/quic/chromium/quic_http_stream.cc
index 1b2a47548beb4d7daa4ade97df149f2bbc247986..97e511a7afc147b5df43f839c07534971f3cfff1 100644
--- a/net/quic/chromium/quic_http_stream.cc
+++ b/net/quic/chromium/quic_http_stream.cc
@@ -790,8 +790,8 @@ int QuicHttpStream::ProcessResponseHeaders(const SpdyHeaderBlock& headers) {
HttpResponseInfo::CONNECTION_INFO_QUIC1_SPDY3;
response_info_->vary_data.Init(*request_info_,
*response_info_->headers.get());
- response_info_->was_npn_negotiated = true;
- response_info_->npn_negotiated_protocol = "quic/1+spdy/3";
+ response_info_->was_alpn_negotiated = true;
+ response_info_->alpn_negotiated_protocol = "quic/1+spdy/3";
response_info_->response_time = base::Time::Now();
response_info_->request_time = request_time_;
response_headers_received_ = true;
« no previous file with comments | « net/http/http_stream_factory_impl_request.cc ('k') | net/quic/chromium/quic_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698