Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib_test/test_parser.ml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ let res_chunked_parse () =
let get_substring oc buf =
let len = Int64.to_int (Lwt_io.position oc) in
let b = String.create len in
Lwt_bytes.blit_bytes_string buf 0 b 0 len;
Lwt_bytes.blit_to_bytes buf 0 b 0 len;
b

let write_req expected req =
Expand Down