moonbridge

log moonbridge_http.lua

age author description
2015-03-19 jbe Renamed "Request body is already being processed" error to "Request body is currently being processed"
2015-03-19 jbe Bugfix: Don't read request body when sending (minimalistic) error response due to malformed requests, etc.
2015-03-19 jbe Treat multipart/form-data protocol errors and chunked transfer-encoding protocol errors as I/O errors
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)

Impressum / About Us