Log

net/http/server.lua @ 5460:274c10668fe8

description author age
net.http.server: add API to allow firing events directly on the server. Marco Cirillo 2013-04-07
net.http.server: Don't overwrite existing response.headers when returning a response object from a HTTP handler (waqas says it's wrong) Matthew Wild 2013-03-31
net.http.server: Ensure HTTP callbacks are never called recursively for pipelined requests. Waqas Hussain 2013-02-26
net.http.server: Properly handle persistent connections Florian Zeitz 2013-01-12
net.http.server: Code cleanup/adjustment now that send_response() accepts response.body Matthew Wild 2012-04-28
net.http.server: Use response.body if it exists and body is not specified to send_response Matthew Wild 2012-04-28
net.http.server: Remove unused imports and variables (fixes traceback due to removed net.httpserver) Matthew Wild 2012-04-28
net.http.server: Try default_host if client sent no host anywhere, otherwise... fail. It's 2012. Matthew Wild 2012-04-28
net.http.server: Fix traceback on missing host header (thanks darkrain) Matthew Wild 2012-04-27
net.http.server, mod_http: Support http_default_host config option to specify where to direct requests for unknown HTTP vhosts Matthew Wild 2012-04-27
net.http.server: Improve comment Matthew Wild 2012-04-27
net.http.server: Remove unused variable Matthew Wild 2012-04-27
net.http.server: Correctly cache results of handler indexing, and also cache failures Matthew Wild 2012-04-27
Merge with backout Matthew Wild 2012-04-26
Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570 Matthew Wild 2012-04-26