We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f46be9 commit 6d4a505Copy full SHA for 6d4a505
boost/network/protocol/http/impl/response.ipp
@@ -172,6 +172,7 @@ struct basic_response<tags::http_server> {
172
"<body><h1>203 Non-Authoritative Information</h1></body>"
173
"</html>";
174
case basic_response<tags::http_server>::no_content:
175
+ return
176
"<html>"
177
"<head><title>No Content</title></head>"
178
"<body><h1>204 Content</h1></body>"
0 commit comments