[Web-SIG] Re: Latest WSGI Draft (Phillip J. Eby)

Phillip J. Eby pje at telecommunity.com
Tue Aug 24 20:07:52 CEST 2004


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']



More information about the Web-SIG mailing list