Why Does Wsgiref.simple_server Report Content-type Of Request As 'text/plain' While None Was Sent?
Output from client.py is text/plain although no content-type header was sent to the server. Why? # …
Read more
Why Does Wsgiref.simple_server Report Content-type Of Request As 'text/plain' While None Was Sent?