Software /
code /
prosody
Log
net/http.lua @ 2923:b7049746bd29
description | author | age |
---|---|---|
Update copyright headers for 2010 | Matthew Wild | 2010-03-22 |
net.http: destroy_request(): Pass request.handler to disconnect() listener to fix small leak | Matthew Wild | 2010-03-03 |
net.http: Close connection when invalid status line is received from the server | Matthew Wild | 2010-02-19 |
net.http: Don't re-destroy a request when the connection is closed | Matthew Wild | 2010-02-19 |
net.http: Port commit 2f235c57d713 to net.http to fix headers in responses (thanks dersd) | Matthew Wild | 2010-02-19 |
net.http: Don't expect the body on redirects | Matthew Wild | 2009-12-10 |
net.http: Update print()s to log()s - don't ask how this came to be, I have no idea :) | Matthew Wild | 2010-02-19 |
net.http: destroy_request(): Remove update for new server API, pass request.handler instead of request.conn to ondisconnect | Matthew Wild | 2010-02-19 |