At 01:26 PM 8/24/04 -0400, Phillip J. Eby wrote:
>At 11:26 AM 8/24/04 -0500, Ian Bicking wrote:
>> headers['content-encoding'] = 'gzip'
> headers['content-encoding'] = gzip
Oops. We both goofed: this should be:
headers['content-encoding'] = ['gzip']