aboutsummaryrefslogtreecommitdiffstats
path: root/net/httpclient_listener.lua
Commit message (Collapse)AuthorAgeFilesLines
* Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| |
| * net.httpclient_listener: Don't notify request of closed connection if the ↵Matthew Wild2010-02-191-1/+1
| | | | | | | | close was initiated by us
* | net.httpclient_listener: Don't notify request of closed connection if the ↵Matthew Wild2010-02-191-1/+1
| | | | | | | | close was initiated by us
* | *_listener: Update for new net.server API, specifically .listener -> ↵Matthew Wild2009-11-221-2/+2
|/ | | | .onincoming, .disconnect -> .ondisconnect
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
|
* httpclient_listener: Don't use print()...Matthew Wild2009-05-291-3/+3
|
* net.http: Remove request from conn->request table when conn closedMatthew Wild2009-01-161-1/+1
|
* Non-blocking HTTP requests (adding net.http)Matthew Wild2008-12-121-0/+36