Software /
code /
prosody
Log
net/http/server.lua @ 4788:e14f5a156571
description | author | age |
---|---|---|
net.http.server: Code cleanup/adjustment now that send_response() accepts response.body | Matthew Wild | Sat, 28 Apr 2012 19:36:57 +0100 |
net.http.server: Use response.body if it exists and body is not specified to send_response | Matthew Wild | Sat, 28 Apr 2012 19:36:09 +0100 |
net.http.server: Remove unused imports and variables (fixes traceback due to removed net.httpserver) | Matthew Wild | Sat, 28 Apr 2012 14:27:48 +0100 |
net.http.server: Try default_host if client sent no host anywhere, otherwise... fail. It's 2012. | Matthew Wild | Sat, 28 Apr 2012 01:13:49 +0100 |
net.http.server: Fix traceback on missing host header (thanks darkrain) | Matthew Wild | Sat, 28 Apr 2012 00:51:36 +0100 |
net.http.server, mod_http: Support http_default_host config option to specify where to direct requests for unknown HTTP vhosts | Matthew Wild | Fri, 27 Apr 2012 23:11:23 +0100 |
net.http.server: Improve comment | Matthew Wild | Fri, 27 Apr 2012 22:37:56 +0100 |