mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Fix Windows build
This commit is contained in:
parent
4429f8ea1e
commit
821ffbba11
1 changed files with 2 additions and 0 deletions
|
@ -1038,8 +1038,10 @@ http_server_on_close (lsquic_stream_t *stream, lsquic_stream_ctx_t *st_h)
|
||||||
free(st_h->req_path);
|
free(st_h->req_path);
|
||||||
if (st_h->reader.lsqr_ctx)
|
if (st_h->reader.lsqr_ctx)
|
||||||
destroy_lsquic_reader_ctx(st_h->reader.lsqr_ctx);
|
destroy_lsquic_reader_ctx(st_h->reader.lsqr_ctx);
|
||||||
|
#if HAVE_PREADV
|
||||||
if (s_pwritev)
|
if (s_pwritev)
|
||||||
close(st_h->file_fd);
|
close(st_h->file_fd);
|
||||||
|
#endif
|
||||||
if (st_h->req)
|
if (st_h->req)
|
||||||
interop_server_hset_destroy(st_h->req);
|
interop_server_hset_destroy(st_h->req);
|
||||||
free(st_h);
|
free(st_h);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue