dear list,<br><br>misultin v0.7 is now out. changelog is:<br><br>- added max_connections options parameter, which specifies maximum concurrent open connections<br>
  accepted by the server<br>
- added post_max_size options parameter, which sets the maximum size of POST data<br>
- added get_url_max_size options parameter, which sets the maximum length of URI<br>
- added CHUNKED support, both for incoming requests and outgoing responses [thanks to yrashk<br>
  suggestion]<br>
- added trapping of client closing a browser in Comet applications [thanks to yrashk]<br>
- added SSL support for websockets [enhancement track #25, thanks to viplifes]<br>
- Misultin can now be started without a registered name or with a different name, so that multiple<br>
  versions of misultin can be started on a single node<br>
- added support for IP address specified in tuple format [thanks to okeuday suggestion]<br>
- added support to extract plain uri unquoted as a list() [thanks to okeuday]<br>
- added Comet Long Polling example<br>
- added Comet iFrame example<br>
- added the killing of alive processes on server shutdown<br>
- the GET uri parameters are now also available on POST requests<br>
- added custom headers on file sending to browser [thanks to josevalim]<br>
- additional minor adjustments<br><br><a href="https://github.com/ostinelli/misultin">https://github.com/ostinelli/misultin</a><br><br>cheers,<br><br>r.<br>