Log

net/httpclient_listener.lua @ 4488:99b37efe13ed

description author age
net.httpclient_listener: util.httpstream now always expects to be called with nil data, so call even when the socket closed cleanly Matthew Wild 2011-09-03
net.httpclient_listener: Define t_insert Matthew Wild 2011-09-01
net.httpclient_listener: Fix to look for the request body in the right variable... Matthew Wild 2011-08-20
net.http, httpclient_listener: Move request sending from net.http to onconnect() handler, and add support for HTTPS requests to net.http Matthew Wild 2011-08-20
Merge 0.6->0.7 Matthew Wild 2010-03-22
Update copyright headers for 2010 Matthew Wild 2010-03-22
net.httpclient_listener: Don't notify request of closed connection if the close was initiated by us Matthew Wild 2010-02-19
net.httpclient_listener: Don't notify request of closed connection if the close was initiated by us Matthew Wild 2010-02-19
*_listener: Update for new net.server API, specifically .listener -> .onincoming, .disconnect -> .ondisconnect Matthew Wild 2009-11-22
Add copyright header to those files missing one Matthew Wild 2009-07-10
httpclient_listener: Don't use print()... Matthew Wild 2009-05-29
net.http: Remove request from conn->request table when conn closed Matthew Wild 2009-01-16
Non-blocking HTTP requests (adding net.http) Matthew Wild 2008-12-12