mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
remove potentially security-leaking debug line
This commit is contained in:
parent
a309c657c8
commit
8dd86993d7
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ let parse_ ~(buf : Buf.t) (bs : IO.Input.t) : t =
|
||||||
| None -> raise End_of_file
|
| None -> raise End_of_file
|
||||||
| Some "\r" -> acc
|
| Some "\r" -> acc
|
||||||
| Some line ->
|
| Some line ->
|
||||||
Log.debug (fun k -> k "parsed header line %S" line);
|
|
||||||
let k, v =
|
let k, v =
|
||||||
try
|
try
|
||||||
let i = String.index line ':' in
|
let i = String.index line ':' in
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue