[erlang-questions] [ANN] misultin v0.7

Roberto Ostinelli roberto@REDACTED
Sat Apr 9 14:52:11 CEST 2011


dear list,

misultin v0.7 is now out. changelog is:

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

https://github.com/ostinelli/misultin

cheers,

r.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20110409/6fd6cc54/attachment.htm>


More information about the erlang-questions mailing list