Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6d4a505

Browse files
committed
Added missing return statement
1 parent6f46be9 commit6d4a505

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)

[8]ページ先頭

©2009-2025 Movatter.jp