Post Reply 
compress/gzip?
Aug. 24, 2008, 03:05 PM
Post: #5
RE: compress/gzip?
Use wireshark http://wireshark.org/ to sniff the packets. If you are using a gzip stream then the contents of the packets won't be immediately readable because you'll be seeing the gzip compressed data. Compare that with non-gzipped data where you can see the HTML in each response packet in the stream. Set it to watch traffic for say tcp host 127.0.0.1 port 8080 - assuming you've set bfilter to listen on the loop back IP on port 8080.
Quote this message in a reply
Post Reply 


Messages In This Thread
compress/gzip? - Guest - Aug. 21, 2008, 09:16 AM
RE: compress/gzip? - jart - Aug. 21, 2008, 11:04 AM
RE: compress/gzip? - Guest - Aug. 21, 2008, 03:10 PM
RE: compress/gzip? - Guest - Aug. 22, 2008, 01:47 PM
RE: compress/gzip? - Guest - Aug. 24, 2008 03:05 PM
RE: compress/gzip? - jart - Aug. 24, 2008, 03:45 PM
RE: compress/gzip? - Guest - Aug. 25, 2008, 10:24 AM
RE: compress/gzip? - jart - Aug. 27, 2008, 05:54 PM
RE: compress/gzip? - Guest - Aug. 28, 2008, 09:16 AM

Forum Jump: