buildbot / sandbox

ticket migration sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web server does not use gzip encoding

bb-bot opened this issue · comments

This ticket is a migrated Trac ticket 538

People contributed to the original ticket: @djmitche (commenter), daniel@... (commenter, watcher), tom.prince@... (commenter)


My build logs are generally > 1MB in size and I noticed that viewing
the log on the web server does not use gzip encoding. In the simple
test I did of one of my log files, it would have been a 95% savings in
size to gzip the file for transfer.

HTTP/1.1 200 OK
Transfer-encoding: chunked
Date: Fri, 17 Jun 2005 21:38:33 GMT
Content-type: text/html
Server: [[TwistedWeb]]/2.0.1

Submitted:
Stephen A. Davis ( soundgeek ) - 2005-06-18 05:49

Extra Comment :-

twisted's web server probably has a way to make this work..
I'll poke around.