/*
- * $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
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)
/*
- * $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/
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 *);