- From: <bugzilla@jessica.w3.org>
- Date: Wed, 25 Sep 2013 17:44:13 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23348 --- Comment #8 from Marcelo Volmaro <mvolmaro@hotmail.com> --- But it seems that most servers (well, at least IIS with .net and apache with php) set the Content-Length to the length of the compressed data, not the length of the uncompressed data (so, to the length of the message body, not the length of the entity body). That's the problem. Right now, on my tests both servers set the content-length to 2324 (the size of the gzipped body), while the real size is 16845. Since the body can be loaded in one packet, I only get one progress event fired that shows me that from a total of 2324 bytes, the browser loaded 16845. That's totally wrong. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 25 September 2013 17:44:20 UTC