Rocket 1.2.1 Released

Written for Rocket Web Server by Tim on 2010-12-17

This release has a few minor feature improvements but the focus of this release is the unittests. Both the repository and the source release contain a good coverage of unittests. Building these tests revealed several "corner-case" bugs that are now fixed. Enjoy

FEATURES:
- Wrapped all DEBUG logging in "if __debug__" statements so you can use python optimization to speed things a bit.
- polling support for the monitor thread (on platforms that support it)
- things are slightly trimmer and faster
- added lots of unittests
Changelog
Change release details
View the full changelog

FEATURES:
- Wrapped all DEBUG logging in "if __debug__" statements so you can use python optimization to speed things a bit.
- polling support for the monitor thread (on platforms that support it)
- things are slightly trimmer and faster
- added lots of unittests

BUGFIXES:
- Threadpool was not "growing" properly.
- proxy-type HTTP Request were getting interpreted incorrectly
- ChunkedReader no longer mishandles chunks that end in '\r\n'

Read all announcements