mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-05 19:00:32 -05:00
remove superfluous flush
This commit is contained in:
parent
bafa9280ed
commit
5cb6744f1e
1 changed files with 1 additions and 2 deletions
|
|
@ -87,8 +87,7 @@ module Server = struct
|
||||||
off := !off + n;
|
off := !off + n;
|
||||||
i := !i + n;
|
i := !i + n;
|
||||||
len := !len - n
|
len := !len - n
|
||||||
done;
|
done
|
||||||
maybe_flush ()
|
|
||||||
in
|
in
|
||||||
{ output; output_char; flush; close }
|
{ output; output_char; flush; close }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue