When using the WsgiServerTransport the Content-Type header is not set. It is set when using the CGIServerTransport. I added the correct Content-Type header to the WsgiServerTransport.
I hope that this is the right place to add this header, if not I'll be happy to update it!
Hi!
When using the
WsgiServerTransport
theContent-Type
header is not set. It is set when using theCGIServerTransport
. I added the correctContent-Type
header to theWsgiServerTransport
.I hope that this is the right place to add this header, if not I'll be happy to update it!