diff --git a/httplib.h b/httplib.h index c6601a0..b8a3ed9 100644 --- a/httplib.h +++ b/httplib.h @@ -4264,8 +4264,6 @@ inline bool Server::write_response_core(Stream &strm, bool close_connection, res.set_header("Accept-Ranges", "bytes"); } - detail::BufferStream bstrm; - // Response line and headers { detail::BufferStream bstrm;