From d774b10afb1ac27f255a4c1507ce89778faf6f94 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 12 Mar 2001 13:58:03 +0000 Subject: Added infof() calls for persistant connection info, we are very likely to need these at least for debugging 7.7 and probably later as well... --- lib/transfer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/transfer.c') diff --git a/lib/transfer.c b/lib/transfer.c index 028192166..14072580d 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -396,6 +396,7 @@ Transfer(struct connectdata *c_conn) * Default action for 1.0 is to close. */ conn->bits.close = FALSE; /* don't close when done */ + infof(data, "HTTP/1.0 proxy connection set to keep alive!\n"); } else if (strnequal("Connection: close", p, strlen("Connection: close"))) { -- cgit v1.2.3