Skip to content

Commit

Permalink
fix h2spec
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Aug 27, 2024
1 parent 23c7a25 commit bb5964e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/lwt_h2spec.ml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ let connection_handler : Unix.sockaddr -> Lwt_unix.file_descr -> unit Lwt.t =
ignore
@@ Reqd.try_with request_descriptor (fun () ->
Body.Writer.write_string response_body " data");
Body.Writer.flush response_body (fun () ->
Body.Writer.flush response_body (fun _reason ->
Body.Writer.close response_body))
| "/bigstring" ->
let res_body = "non-empty data." in
Expand Down

0 comments on commit bb5964e

Please sign in to comment.