Try something else

This commit is contained in:
Dmitri Tikhonov 2020-10-28 08:40:07 -04:00
parent ee8b3d347f
commit 8beccbc3b6
2 changed files with 2 additions and 1 deletions

View file

@ -1038,8 +1038,10 @@ http_server_on_close (lsquic_stream_t *stream, lsquic_stream_ctx_t *st_h)
free(st_h->req_path);
if (st_h->reader.lsqr_ctx)
destroy_lsquic_reader_ctx(st_h->reader.lsqr_ctx);
#if HAVE_PREADV
if (s_pwritev)
close(st_h->file_fd);
#endif
if (st_h->req)
interop_server_hset_destroy(st_h->req);
free(st_h);