mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 03:05:29 -05:00
small fix
This commit is contained in:
parent
e8ed0afe47
commit
ab90f09e2c
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ module S = Tiny_httpd
|
||||||
module BS = Tiny_httpd.Byte_stream
|
module BS = Tiny_httpd.Byte_stream
|
||||||
|
|
||||||
let mk_decode_deflate_stream_ ~buf_size () (is:S.byte_stream) : S.byte_stream =
|
let mk_decode_deflate_stream_ ~buf_size () (is:S.byte_stream) : S.byte_stream =
|
||||||
S._debug (fun k->k "wrap stream with inflate.decode");
|
S._debug (fun k->k "wrap stream with deflate.decode");
|
||||||
let buf = Bytes.make buf_size ' ' in
|
let buf = Bytes.make buf_size ' ' in
|
||||||
let buf_len = ref 0 in
|
let buf_len = ref 0 in
|
||||||
let write_offset = ref 0 in
|
let write_offset = ref 0 in
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue