]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
removed redirectUnregister
authorwessels <>
Tue, 15 Sep 1998 12:23:05 +0000 (12:23 +0000)
committerwessels <>
Tue, 15 Sep 1998 12:23:05 +0000 (12:23 +0000)
src/client_side.cc
src/protos.h

index b169ffc9ca3ad2c70cea9ca5e119a84016b1a2cb..2a2e508e492f0f4ee3d2706f88c6e45186aa90cf 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.394 1998/09/14 21:28:00 wessels Exp $
+ * $Id: client_side.cc,v 1.395 1998/09/15 06:23:05 wessels Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -606,8 +606,6 @@ httpRequestFree(void *data)
        clientUpdateCounters(http);
        clientdbUpdate(conn->peer.sin_addr, http->log_type, PROTO_HTTP, http->out.size);
     }
-    if (http->redirect_state == REDIRECT_PENDING)
-       redirectUnregister(http->uri, http);
     if (http->acl_checklist)
        aclChecklistFree(http->acl_checklist);
     if (request)
index aa21750c4d3f458a803636953c9b0a8df41e78b7..f9e2d765efcc936bba7f5d0efc861acc3b66f598 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: protos.h,v 1.264 1998/09/14 22:18:00 wessels Exp $
+ * $Id: protos.h,v 1.265 1998/09/15 06:23:07 wessels Exp $
  *
  *
  * SQUID Internet Object Cache  http://squid.nlanr.net/Squid/
@@ -635,7 +635,6 @@ extern void redirectStart(clientHttpRequest *, RH *, void *);
 extern void redirectOpenServers(void);
 extern void redirectShutdownServers(void *);
 extern void redirectStats(StoreEntry *);
-extern int redirectUnregister(const char *url, void *);
 extern void redirectFreeMemory(void);
 
 extern void authenticateStart(acl_proxy_auth_user *, RH *, void *);