blob: e4b04deec4316fec5ce730682e710778c9c524d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
2004/05/18
Added command line argument support for "-NHTTPtsig <signal>".
This defines the termination signal handler value.
Example :
./myserver -NHTTPtsig 2
will shutdown nano http properly by pressing ctrl-c (SIGINT = 2).
Ferhat Ayaz
2004/04/14
added content-type text/xml as default in soap_client_invoke()
Ferhat Ayaz
2004/03/26
creates detached threads (depending on problem under Redhat 9), thanks
Menzo Windhouwer
2004/03/26
gracefully terminate HTTP server, added SIGTERM signal handler, thanks
Menzo Windhouwer
|