[Web-SIG] WSGI for Python 3

Gustavo Narea me at gustavonarea.net
Fri Jul 16 22:08:05 CEST 2010


Gustavo said:
>  - On ingress, if the charset is not specified in the request, it will
> assume  it's the one used by the other application, and thus it will
> convert the request using the charset supported by the wrapped
> application.

That should actually be:

"On ingress, if the charset in wsgi.charset differs from the charset supported 
by the wrapped application, the request will be converted into the charset 
supported by the wrapped application."
-- 
Gustavo Narea <xri://=Gustavo>.
| Tech blog: =Gustavo/(+blog)/tech  ~  About me: =Gustavo/about |


More information about the Web-SIG mailing list