|
|
s/SYN_STREAM/HEADERS/ in frame types, method names, comments.
* s/CreateSynStream/CreateHeaders/ in SpdySession.
* Use HEADERS instead of SYN_STREAM in SpdyStream::SendRequestHeaders(),
SpdySession::DoWrite(), and various CHECKs in SpdyStream and SpdySession.
This does not make a difference on the wire, since
SpdySession::CreateHeaders() (formerly known as CreateSynStream()) has already
been creating HEADERS frames anyway.
* s/waiting_for_syn_reply/waiting_for_reply_headers_frame/ in
SpdySession::ActiveStreamInfo.
* s/SynReply/Reply/, s/Syn/Headers/ in spdy_test_util_common methods.
* Update out-of-date comments referring to SYN_STREAM or SYN_REPLY frames.
* Rename NetLogSpdySynReplyOrHeadersReceivedCallback to
NetLogSpdyHeadersReceivedCallback.
* Use HEADERS frames in SpdyWriteQueueTests.
* s/SynStreamBufferProducer/HeadersBufferProducer/,
s/ProduceSynStreamFrame/ProduceHeadersFrame/ in SpdyStream.
* Remove unused TYPE_HTTP2_SESSION_SYN_STREAM, TYPE_HTTP2_SESSION_SYN_REPLY,
and TYPE_HTTP2_SESSION_PUSHED_SYN_STREAM.
* Remove unused SetPriority() from spdy_test_util_common.{h,cc}.
BUG= 624095
Committed: https://crrev.com/4233140d9fb980c68a14bb014128a6df5c02e2d9
Cr-Commit-Position: refs/heads/master@{#407465}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+427 lines, -505 lines) |
Patch |
 |
M |
chrome/test/data/webui/net_internals/log_view_painter.js
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/http/bidirectional_stream_unittest.cc
|
View
|
|
15 chunks |
+15 lines, -15 lines |
0 comments
|
Download
|
 |
M |
net/http/http_network_transaction_unittest.cc
|
View
|
|
36 chunks |
+50 lines, -68 lines |
0 comments
|
Download
|
 |
M |
net/http/http_proxy_client_socket_pool_unittest.cc
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/log/net_log_event_type_list.h
|
View
|
1
|
12 chunks |
+14 lines, -53 lines |
0 comments
|
Download
|
 |
M |
net/spdy/bidirectional_stream_spdy_impl_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_http_stream_unittest.cc
|
View
|
|
12 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_network_transaction_unittest.cc
|
View
|
|
114 chunks |
+158 lines, -164 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_proxy_client_socket.h
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_proxy_client_socket.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_proxy_client_socket_unittest.cc
|
View
|
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.h
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session.cc
|
View
|
|
9 chunks |
+16 lines, -20 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_session_unittest.cc
|
View
|
1
2
|
25 chunks |
+32 lines, -32 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream.h
|
View
|
1
2
|
4 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream.cc
|
View
|
1
2
|
7 chunks |
+13 lines, -14 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream_unittest.cc
|
View
|
1
2
|
12 chunks |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_test_util_common.h
|
View
|
|
7 chunks |
+24 lines, -28 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_test_util_common.cc
|
View
|
|
9 chunks |
+20 lines, -24 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_write_queue_unittest.cc
|
View
|
|
13 chunks |
+17 lines, -17 lines |
0 comments
|
Download
|
Total messages: 24 (17 generated)
|