Release 1.3
Optimizations
- Get rid of get_mime_type() - mostly useless, however, consumes a lot of memory.
- Get rid of debug messages.
- Do not use names for HTTP codes.
- Minor code cleanup
Chunked encoding
Since HTTP/1.0 does not support Transfer-Encoding: chunked
- workaround added: use HTTP/1.1
with Connection: close
Per-connection statistic
Simple counter for processed connections added