moonbridge
log moonbridge_http.lua
| age | author | description |
|---|---|---|
| 2015-03-19 | jbe | Added missing assert_io(...) for socket.output:close(); Close peer connection (with TCP RST) on I/O error |
| 2015-03-17 | jbe | Added io_error_handler; Code cleanup |
| 2015-03-08 | jbe | Methods :close() and :cancel() return true value on success; Added assert(...) calls to moonbridge_http.lua on writing to client |
| 2015-03-07 | jbe | Removed unnecessary else-block (due to return in then-blocks) |