Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Mar 1, 2024
1 parent f42db5e commit 6590702
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ let default =

let to_http1_config { body_buffer_size; buffer_size; _ } =
{ Httpaf.Config.read_buffer_size = buffer_size
; request_buffer_size = buffer_size
; request_body_buffer_size = body_buffer_size
; response_buffer_size = buffer_size
; response_body_buffer_size = body_buffer_size
Expand Down

0 comments on commit 6590702

Please sign in to comment.