Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy