Closed
Bug 1629494
Opened 5 years ago
Closed 5 years ago
Wrong transferred size
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
- Open DevTools and select the Network panel
- Load http://janodvarko.cz/firebug/tests/601/Issue601.htm
- Click the button on the page
- Check out transferred size of the request (includes headers and response body)
The size is 394 B but, Chrome shows 393 B
Who's right?
Honza
Reporter | ||
Updated•5 years ago
|
Has STR: --- → yes
Comment 1•5 years ago
|
||
:Honza, if you think that's a regression, then could you try to find a regression range in using for example mozregression?
Comment 2•5 years ago
|
||
I was able to reproduce the same result in Chrome by simply pressing the post button multiple times. The values generated seem to be either 393 or 394 on both - chrome and firefox.
Upon inspecting the headers, it seems that the values are infact correct.
394 is generated when the header "keep-alive" has value 100.
393 is generated when the "keep-alive" value is < 100 (that is, only two digit and hence one byte less).
Reporter | ||
Comment 3•5 years ago
|
||
Thanks Ved, for testing this!
Closing as works for me
Honza
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•