| 5828 | } |
| 5829 | |
| 5830 | inline bool Server::write_response(Stream &strm, bool close_connection, |
| 5831 | const Request &req, Response &res) { |
| 5832 | return write_response_core(strm, close_connection, req, res, false); |
| 5833 | } |
| 5834 | |
| 5835 | inline bool Server::write_response_with_content(Stream &strm, |
| 5836 | bool close_connection, |
nothing calls this directly
no outgoing calls
no test coverage detected