[issue14584] Add gzip support to xmlrpc.server

2012-05-16 Thread Ross Lagerwall
Changes by Ross Lagerwall : -- resolution: -> invalid status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue14584] Add gzip support to xmlrpc.server

2012-05-15 Thread Ross Lagerwall
Ross Lagerwall 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

[issue14584] Add gzip support to xmlrpc.server

2012-04-20 Thread Éric Araujo
Changes by Éric Araujo : -- components: +Library (Lib) nosy: +eric.araujo stage: -> needs patch title: Add gzip support the XMLRPC Server -> Add gzip support to xmlrpc.server ___ Python tracker ___