Python 3 HTTP Server sends headers as output
问题 In my GitHub project there is currently an Issue which is caused by Python 3.3.1. The builtin HTTP server of Python I'm using seems to send the headers as a normal output. When I tested it, it worked without problems but on the users computer the problem exists. I wasn't able to reproduce the problem, so I was wondering if there was a bug in Python 3.3.1 which causes the header problems or if I have a problem in the source code. You can find the source code here. A screenshot of the problem