gsoap closes connection after each request - propagate it to server-bones.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 28 Jun 2006 09:23:23 +0000 (09:23 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 28 Jun 2006 09:23:23 +0000 (09:23 +0000)
org.glite.lb.server/src/bkserverd.c

index de33b6b..7567f5f 100644 (file)
@@ -1172,7 +1172,7 @@ int bk_accept_ws(int conn, struct timeval *timeout, void *cdata)
                return ECANCELED;
        }
 
-       return 0;
+       return ENOTCONN;
 }
 #endif /* GLITE_LB_SERVER_WITH_WS */