- do not close connection after the request
authorJiří Škrábal <nykolas@ics.muni.cz>
Fri, 15 Jul 2005 09:57:38 +0000 (09:57 +0000)
committerJiří Škrábal <nykolas@ics.muni.cz>
Fri, 15 Jul 2005 09:57:38 +0000 (09:57 +0000)
org.glite.jp.primary/src/bones_server.c

index 8a47169..58d567a 100644 (file)
@@ -266,6 +266,7 @@ static int request(int conn,struct timeval *to,void *data)
                return ENOTCONN;
        }
 
+       soap->keep_alive = 1;
        if (soap_envelope_begin_in(soap)
                || soap_recv_header(soap)
                || soap_body_begin_in(soap)