mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
remove debug line
This commit is contained in:
parent
21c0f7f25d
commit
9875543192
1 changed files with 0 additions and 1 deletions
|
|
@ -211,7 +211,6 @@ and parse_headers_rec (self : st) acc : Headers.t =
|
||||||
)
|
)
|
||||||
| i ->
|
| i ->
|
||||||
let line = Bytes.sub_string self.buf_out.bs 0 i in
|
let line = Bytes.sub_string self.buf_out.bs 0 i in
|
||||||
Printf.eprintf "parse header line %S\n%!" line;
|
|
||||||
shift_left_ self.buf_out (i + 2);
|
shift_left_ self.buf_out (i + 2);
|
||||||
if line = "" then
|
if line = "" then
|
||||||
List.rev acc
|
List.rev acc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue