Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
edwintorok committed Jul 11, 2023
1 parent 74e230b commit fe8db3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocaml/loadgen/zero_http/zero_buffer.ml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ let is_eof t =
t.eof && View.size t.consumer = 0

let refill t reader input =
if not t.eof then
let producer = t.producer in
let len = View.size producer in
let nread = reader input ~off:producer.start ~len t.buf in
Expand Down

0 comments on commit fe8db3e

Please sign in to comment.