Commit 43624641 authored by Federico G. Schwindt's avatar Federico G. Schwindt

Typo

parent 0f38ff3b
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
SESS_CLOSE(REM_CLOSE, "Client Closed") SESS_CLOSE(REM_CLOSE, "Client Closed")
SESS_CLOSE(REQ_CLOSE, "Client requested close") SESS_CLOSE(REQ_CLOSE, "Client requested close")
SESS_CLOSE(REQ_HTTP10, "proto < HTTP.1.1") SESS_CLOSE(REQ_HTTP10, "Proto < HTTP/1.1")
SESS_CLOSE(RX_BODY, "Failure receiving req.body") SESS_CLOSE(RX_BODY, "Failure receiving req.body")
SESS_CLOSE(RX_JUNK, "Received junk data") SESS_CLOSE(RX_JUNK, "Received junk data")
SESS_CLOSE(RX_OVERFLOW, "Received buffer overflow") SESS_CLOSE(RX_OVERFLOW, "Received buffer overflow")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment