This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
webserver
Watch
4
Star
0
Fork
2
Code
Issues
0
Pull Requests
1
Releases
5
Wiki
Activity
Browse Source
avoid SIGABRT
pull/1/head
Volker Birk
2 years ago
parent
f92957a2e5
commit
358c9d08bb
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
test_webserver.cc
+ 2
- 0
test_webserver.cc
View File
@ -55,6 +55,8 @@ int main()
std
:
:
cin
.
get
(
)
;
web
-
>
shutdown
(
)
;
exit
(
0
)
;
// avoid SIGABRT
return
0
;
}
Write
Preview
Loading…
Cancel
Save