]> git.kaiwu.me - haproxy.git/commit
[BUG] buffers: remove BF_MAY_CONNECT and fix forwarding issue
authorWilly Tarreau <w@1wt.eu>
Sat, 16 Aug 2008 14:39:26 +0000 (16:39 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 16 Aug 2008 14:39:26 +0000 (16:39 +0200)
commitd9f483646d196b284bae66da812c496283498a2c
treebb617fdd65be1cdc7fb7acd57f940ef56f8c99e7
parent9a8c5de3751f800a7e5eedab01872ff2e063fbb4
[BUG] buffers: remove BF_MAY_CONNECT and fix forwarding issue

It wasn't really wise to separate BF_MAY_CONNECT and BF_MAY_FORWARD,
as it caused trouble in TCP mode because the connection was allowed
but not the forwarding. Remove BF_MAY_CONNECT.
include/types/buffers.h
src/client.c
src/proto_http.c