[issue14584] Add gzip support to xmlrpc.server

Ross Lagerwall report at bugs.python.org
Tue May 15 22:06:18 CEST 2012


Ross Lagerwall <rosslagerwall at gmail.com> added the comment:

The server encodes the response if the length of the response exceeds self.encode_threshold, 1400 (presumably there's no point in compression if the data fits in the MTU anyway).

----------
nosy: +rosslagerwall

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14584>
_______________________________________


More information about the Python-bugs-list mailing list