remove debug line

This commit is contained in:
Simon Cruanes 2024-12-03 09:44:16 -05:00
parent 21c0f7f25d
commit 9875543192
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -211,7 +211,6 @@ and parse_headers_rec (self : st) acc : Headers.t =
)
| i ->
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);
if line = "" then
List.rev acc