Skip to content

Commit 6d4a505

Browse files
committed
Added missing return statement
1 parent 6f46be9 commit 6d4a505

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boost/network/protocol/http/impl/response.ipp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ struct basic_response<tags::http_server> {
172172
"<body><h1>203 Non-Authoritative Information</h1></body>"
173173
"</html>";
174174
case basic_response<tags::http_server>::no_content:
175+
return
175176
"<html>"
176177
"<head><title>No Content</title></head>"
177178
"<body><h1>204 Content</h1></body>"

0 commit comments

Comments
 (0)