j***n 发帖数: 301 | 1 Hi all,
I'm trying to take advantage of http compression / decompression feature men
tioned in RFC2616.
I have created two gziped files using unix gzip command: file1 and file2.
I deployed them to tomcat and wrote a simple program to set the appropriate
http header. In FF or IE the file can be browsed as regular page without run
time compression overhead at serverside.
When I concatenated file1 and file2 into one file, I was still able to decom
press them using Unix gzip command. What I got is a |
|