- Default to keep-alive for HTTP/1.1 connections (James Little, 51)
1.3
Not secure
- Unix socket support (contributed by https://github.com/k3d3) - Restored OS X compatibility (contributed by Patrick Lucas) - Fixed 64bit compile errors - Fixed WSGI filewrapper suppotr (57) - Tickets closed: 35, 36, 38, 40, 43, 44, 45, 49, 19, 59, 60, 57
1.2
Not secure
- sendfile() support - Python 2.5 compatibility
1.1.1
Not secure
- Fixed a severe memory leak: didn't release the bodies of HTTP requests
1.1
Not secure
- Implemented HTTP/1.1 and 1.0 persistent connections as well as HTTP/1.1 chunked responses - Added 'REMOTE_ADDR' (client's IP address) to the WSGI dictionary (18) - Fixed a possible inifite loop. Thanks to Alexander Shigin for adivce and tests - Split 'bjoern.run' into '.listen' and '.run' while not breaking the old API (contributed by Sergey Shepelev) - Tickets closed: 10, 18, 21, 24, 26, 27, 28, 31