Author: rhuijben
Date: Mon Nov 23 16:46:37 2015
New Revision: 1715877
URL: http://svn.apache.org/viewvc?rev=1715877&view=rev
Log:
* incoming.c
Disable cleanup of listeners on investigate branch.
Modified:
serf/branches/pump-investigate/incoming.c
Modified: serf/branches/pump-investigate/incoming.c
URL:
http://svn.apache.org/viewvc/serf/branches/pump-investigate/incoming.c?rev=1715877&r1=1715876&r2=1715877&view=diff
==============================================================================
--- serf/branches/pump-investigate/incoming.c (original)
+++ serf/branches/pump-investigate/incoming.c Mon Nov 23 16:46:37 2015
@@ -702,7 +702,7 @@ apr_status_t serf__incoming_update_polls
if (client->config)
serf__config_store_remove_client(ctx->config_store, client);
-
+#if 0
/* And from the incommings list */
for (cid = 0; cid < ctx->incomings->nelts; cid++) {
if (GET_INCOMING(ctx, cid) == client) {
@@ -713,8 +713,8 @@ apr_status_t serf__incoming_update_polls
}
}
client->ctx->incomings->nelts--;
-
apr_pool_destroy(client->pool);
+#endif
if (cid >= ctx->incomings->nelts) {
/* We skipped updating the pollset on this item as we moved it.