This website works better with JavaScript.
Home
Help
Register
Sign In
roker
/
webserver
forked from
pEp.foundation/webserver
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
be less verbose
master
Volker Birk
2 years ago
parent
a3190c46ab
commit
49fe188132
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
webserver.cc
+ 0
- 1
webserver.cc
View File
@ -185,7 +185,6 @@ void Webserver::do_session(tcp::socket *socket)
}
http
:
:
request
<
http
:
:
string_body
>
req
=
parser
.
get
(
)
;
std
:
:
cerr
<
<
req
.
body
(
)
<
<
"
\n
"
;
const
auto
method
=
req
.
method
(
)
;
switch
(
method
)
Write
Preview
Loading…
Cancel
Save