net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way

This commit is contained in:
Matthew Wild 2011-03-21 19:35:53 +00:00
parent 67e210a28a
commit b94b9eba5e

View file

@ -136,7 +136,6 @@ local function request_reader(request, data, startpos)
call_callback(request);
end
local function error_cb(r)
log("error", "Error in HTTP server handler: %s", r or "connection-closed");
call_callback(request, r or "connection-closed");
destroy_request(request);
end