| CODENOTIFIER | HelpYou are not signed inSign in |
Project: DBSlayer
Revision: 70
Author: dgottfrid
Date: 13 Aug 2008 17:04:30
Changes:Diff:| ... | ...@@ -79,7 +79,7 @@ | |
| 79 | 79 | int connections_count = 0; |
| 80 | 80 | slayer_http_connection_t *connections[500]; |
| 81 | 81 | |
| 82 | //sigset(SIGPIPE,SIG_IGN); | |
| 82 | sigset(SIGPIPE,SIG_IGN); | |
| 83 | 83 | status = apr_socket_create(&conn,APR_INET,SOCK_STREAM,APR_PROTO_TCP,server->mpool); |
| 84 | 84 | status = apr_socket_opt_set(conn,APR_SO_REUSEADDR,1); |
| 85 | 85 | status = apr_socket_opt_set(conn,APR_SO_NONBLOCK,1); |