aboutsummaryrefslogtreecommitdiffstats
path: root/net/httpserver.lua
Commit message (Expand)AuthorAgeFilesLines
* Merge with 0.4 branchMatthew Wild2009-04-231-2/+2
|\
| * net.httpserver: Fix traceback when sending response to a destroyed requestMatthew Wild2009-04-231-1/+1
| * net.httpserver: Don't log the response body (can be binary data...)Matthew Wild2009-04-231-1/+1
* | net.httpserver: Fix potential nil accessMatthew Wild2009-04-221-2/+2
|/
* net.httpserver: Don't log that a request has been left open if it is destroyedMatthew Wild2009-04-051-1/+1
* core.httpserver: Rename request.responseheaders to the more logical request.h...Matthew Wild2009-01-121-3/+3
* Adding initial net.httpserver (lots of work to do on it)Matthew Wild2008-12-221-0/+250