Ticket #538 (new enhancement)

Opened 4 years ago

Last modified 3 months ago

web server does not use gzip encoding

Reported by: ipv6guru Owned by:
Priority: major Milestone: 0.9.+
Version: 0.7.10 Keywords: web, sprint
Cc: daniel@…

Description (last modified by dustin) (diff)

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.

Change History

comment:1 Changed 4 years ago by ipv6guru

Moved from sourceforge

comment:2 Changed 4 years ago by dustin

  • Milestone changed from undecided to 0.7.+

comment:3 Changed 4 years ago by ddunbar

  • Cc daniel@… added

comment:4 Changed 3 years ago by dustin

  • Keywords web added; sourceforge 1222924 removed

comment:5 Changed 15 months ago by dustin

  • Keywords web, sprint added; web removed
  • Description modified (diff)

It would be great to find a way to do this with Twisted Web.

comment:6 Changed 6 months ago by tom.prince

  • Milestone changed from 0.8.+ to 0.8.8

There is support for this in twisted trunk:  https://twistedmatrix.com/trac/ticket/104

comment:7 Changed 3 months ago by dustin

  • Milestone changed from 0.8.8 to 0.9.+
Note: See TracTickets for help on using tickets.