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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -