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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/inspector-protocol/network-data-length-expected.txt

Issue 2167853003: [DevTools] Always report encodedDataLength in Network.ResponseReceived. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changes 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 unified diff | Download patch
OLDNEW
(Empty)
1 Ensures that data and header length sent from protocol is proper sizes
2
3 Test started
4 Network agent enabled
5
6 url: http://127.0.0.1:8000/inspector-protocol/resources/data-xfer-resource.php?s ize=4&flush_header_with_x_bytes=1&wait_after_headers_packet=25&flush_every=1&wai t_every_x_bytes=1&wait_duration_every_x_bytes=25
7 isChunked: false
8 isH2: false
9 redirected: false
10 headersSize: 173
11 receivedDataSize: 4
12 reportedTotalSize: 177
13
14 url: http://127.0.0.1:8000/inspector-protocol/resources/data-xfer-resource.php?s ize=4&flush_header_with_x_bytes=1&wait_after_headers_packet=25&flush_every=1&wai t_every_x_bytes=1&wait_duration_every_x_bytes=25
15 isChunked: false
16 isH2: false
17 redirected: false
18 headersSize: 173
19 receivedDataSize: 4
20 reportedTotalSize: 177
21
22 url: http://127.0.0.1:8000/inspector-protocol/resources/data-xfer-resource.php?r edirect=1
23 isChunked: null
24 isH2: null
25 redirected: true
26 headersSize: 0
27 receivedDataSize: 0
28 reportedTotalSize: 182
29
30 url: http://127.0.0.1:8000/inspector-protocol/resources/data-xfer-resource.php?c ached=1
31 isChunked: false
32 isH2: false
33 redirected: false
34 headersSize: 101
35 receivedDataSize: 0
36 reportedTotalSize: 101
37
38 url: http://127.0.0.1:8000/inspector-protocol/resources/data-xfer-resource.php?
39 isChunked: false
40 isH2: false
41 redirected: false
42 headersSize: 173
43 receivedDataSize: 0
44 reportedTotalSize: 173
45
46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698