Clarify comment about logging

pull/13/head
Daniel Roethlisberger 10 years ago
parent 206c688219
commit 375bf2a13c

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

Loading…
Cancel
Save