From 375bf2a13c164c98515641f46b87856e7ec71d76 Mon Sep 17 00:00:00 2001 From: Daniel Roethlisberger Date: Thu, 6 Nov 2014 18:12:49 +0100 Subject: [PATCH] Clarify comment about logging --- pxyconn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxyconn.c b/pxyconn.c index bc33198..7b5d79a 100644 --- a/pxyconn.c +++ b/pxyconn.c @@ -1563,7 +1563,7 @@ pxy_bev_eventcb(struct bufferevent *bev, short events, void *arg) ctx->dst_str); } - /* log connection */ + /* log connection if we don't analyze any headers */ if (!ctx->spec->http || ctx->passthrough) { if (WANT_CONNECT_LOG(ctx)) { pxy_log_connect_nonhttp(ctx);