|
View chunks?
If I have a page that uses Transfer-Encoding: chunked in the HTTP header, how can I view the individual chunks? I'm using gzip to compress pages, but I can't tell how much compression I'm getting because if Transfer-Encoding is set to chunked, then there is no Content-Length header, so I don't know how many bytes are getting sent. I'm using the Live HTTP Headers 0.12 extension for FireFox 1.5.0.3 to view the headers.
Any help on this matter would be appreciated.
|