Skip to content

Release 1.3

Compare
Choose a tag to compare
@belyalov belyalov released this 18 Nov 05:59
· 23 commits to master since this release

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