[Buildbot-commits] [Buildbot] #538: web server does not use gzip encoding
Buildbot
nobody at buildbot.net
Mon Mar 5 04:56:33 UTC 2012
#538: web server does not use gzip encoding
------------------------+--------------------
Reporter: ipv6guru | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: 0.8.+
Version: 0.7.10 | Resolution:
Keywords: web, sprint |
------------------------+--------------------
Changes (by dustin):
* keywords: web => web, sprint
Old description:
> 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.
New description:
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.
--
Comment:
It would be great to find a way to do this with Twisted Web.
--
Ticket URL: <http://trac.buildbot.net/ticket/538#comment:5>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list