Software /
code /
prosody
Log
net/httpserver.lua @ 2794:5f14cd94a563
description | author | age |
---|---|---|
net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynamic content is now always served as text/html. | Waqas Hussain | 2009-12-10 |
Disable SSLv2 by default, it's known to be insecure. | Paul Aurich | 2009-12-04 |
net.httpserver: Quick fix to set the correct Content-Type on simple (string) responses, for a few known types | Matthew Wild | 2009-12-02 |
net.httpserver: Make request.conn be the server.lua conn instead of the underlying socket (more useful this way) | Matthew Wild | 2010-02-08 |
net.httpserver: Trailing whitespace | Matthew Wild | 2010-02-08 |
net.httpserver: More robust handling of headers split across multiple packets | Matthew Wild | 2010-01-21 |
net.httpserver: Make it possible to return responses with no body | Matthew Wild | 2010-01-21 |