Changeset 2440


Ignore:
Timestamp:
Aug 12, 2009, 10:08:25 PM (15 years ago)
Author:
quentin
Message:

Compress ajaxterm redraws with gzip, to reduce latency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package_branches/invirt-web/cherrypy/code/main.py

    r2435 r2440  
    298298
    299299        @cherrypy.expose
     300        @cherrypy.tools.gzip()
    300301        def at(self, machine_id, k=None, c=0, force=0):
    301302            machine = validation.Validate(cherrypy.request.login, cherrypy.request.state, machine_id=machine_id).machine
Note: See TracChangeset for help on using the changeset viewer.