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 6d4a505 commit 4c7fa25Copy full SHA for 4c7fa25
boost/network/protocol/http/impl/response.ipp
@@ -87,7 +87,7 @@ struct basic_response<tags::http_server> {
87
space_unavailable = 507,
88
network_authentication_required = 511
89
} status;
90
-
+
91
/// The headers to be included in the reply.
92
typedef vector<tags::http_server>::apply<header_type>::type headers_vector;
93
headers_vector headers;
@@ -511,7 +511,6 @@ struct basic_response<tags::http_server> {
511
return trim_null(buffer("HTTP/1.1 500 Internal Server Error\r\n"));
512
}
513
514
515
};
516
517
} // namespace http
0 commit comments