This website works better with JavaScript.
Explore
Help
Register
Sign In
roker
/
webserver
forked from
pEp.foundation/webserver
Watch
1
Star
0
Fork
You've already forked webserver
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
avoid SIGABRT
Browse Source
master
Volker Birk
3 years ago
parent
f92957a2e5
commit
358c9d08bb
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
test_webserver.cc
Unescape
Escape
View File
@ -55,6 +55,8 @@ int main()
std
:
:
cin
.
get
(
)
;
web
-
>
shutdown
(
)
;
exit
(
0
)
;
// avoid SIGABRT
return
0
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
roker/webserver
Title
Body
Create Issue