header - How does http "multipart/x-gzip" work? -
i have been struggling figure out "multipart/x-gzip" work?
if sender tends send multipart gzipped file recipient, data first zipped, partitioned , put , inflated(uncompressed) @ recipient? or data first partitioned zipped , sent recipient? each partition uncompress-ion done , real data put together?
google answer friend :
http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/
nice video explain on google code: http://code.google.com/speed/articles/gzip.html
Comments
Post a Comment