mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -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;
|
||||
i := !i + n;
|
||||
len := !len - n
|
||||
done;
|
||||
maybe_flush ()
|
||||
done
|
||||
in
|
||||
{ output; output_char; flush; close }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue