Dear all,<br><br>Misultin 0.9 is out. Changelog is:<br><ul><li>added SESSIONS state, persistent across requests</li><li>added access log callback function, so that main application can log HTTP access</li><li>added streaming input for big files or endless input, using a manual <code>body_recv function</code> in conjunction with the <code>{auto_recv_body, false}</code> option</li>
<li>added static directory support, so that GET requests to /static/* 
can automatically send files from a specified directory (thanks to 
egobrain suggestion)</li><li>added request redirection helper method</li><li>consistently improved memory usage by not copying by default to handler processes the full request or websocket record</li><li>added configuration option to set which websocket versions must be supported by the server</li>
<li>added support for websocket draft-hybi-10</li><li>added support for websocket draft-hybi-17 (thanks to RJ)</li><li>added support for websockets on FireFox (thanks to Egobrain)</li><li>added support for 'If-Modified-Since' headers in file sending (thanks to davidgaleano)</li>
<li>added support for websockets when behind stunnel with <code>{external_ssl, boolean()}</code> option (thanks to RJ)</li><li>added support to see the correct client IP when behind stunnel, according to <a href="http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt">http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt</a> (thanks to RJ)</li>
<li>added support for OPTIONS method (thanks to majek)</li><li>rebar-ized makefile</li><li>corrected minor bugs (thank you all - you know who you are!)</li></ul>Link to repo: <a href="https://bit.ly/misultin09">https://bit.ly/misultin09</a><br>
<br>Thank you,<br><br>r.<br>