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);