1
0
mirror of synced 2025-04-26 14:28:51 +03:00

Code cleanup

This commit is contained in:
yhirose 2020-12-31 10:35:26 -05:00
parent 86f637a246
commit eb2d28bca2

View File

@ -4264,8 +4264,6 @@ inline bool Server::write_response_core(Stream &strm, bool close_connection,
res.set_header("Accept-Ranges", "bytes"); res.set_header("Accept-Ranges", "bytes");
} }
detail::BufferStream bstrm;
// Response line and headers // Response line and headers
{ {
detail::BufferStream bstrm; detail::BufferStream bstrm;