|
Work in progress: WebSocket over SPDY.
WebSocket would use SpdySession opened for the same host:port if any.
BUG= 42320
TEST=net_unittests passes
Total comments: 22
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+930 lines, -20 lines) |
Patch |
 |
M |
net/net.gyp
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket_stream/socket_stream.h
|
View
|
1
2
3
4
|
6 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/socket_stream/socket_stream.cc
|
View
|
1
2
3
4
|
5 chunks |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_framer.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/spdy/spdy_stream.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/spdy/spdy_websocket_stream.h
|
View
|
1
2
3
4
|
1 chunk |
+96 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/spdy/spdy_websocket_stream.cc
|
View
|
1
2
3
4
|
1 chunk |
+141 lines, -0 lines |
0 comments
|
Download
|
 |
A |
net/spdy/spdy_websocket_stream_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+433 lines, -0 lines |
0 comments
|
Download
|
 |
M |
net/websockets/websocket_job.h
|
View
|
1
|
5 chunks |
+27 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/websockets/websocket_job.cc
|
View
|
1
2
3
4
|
9 chunks |
+165 lines, -18 lines |
0 comments
|
Download
|
 |
M |
net/websockets/websocket_throttle_unittest.cc
|
View
|
1
2
3
4
|
11 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|