> Try (please ignore the tunnel test from my previous mail): > > frontend external > bind :80 > acl DYN path_beg /events > use_backend backend_httpclose if DYN > default_backend test > > backend test > server test localhost:3000 > > backend backend_httpclose > option httpclose > server test localhost:3000
As Baptiste mentioned in the other thread, you may need to update your code to a more recent snapshot or git clone, some that includes this fix [1], for example haproxy-ss-20141001 [2]. Regards, Lukas [1] http://git.haproxy.org/?p=haproxy-1.5.git;a=commit;h=2e47a3ab11188239abadb6bba7bd901d764aa4fb [2] http://www.haproxy.org/download/1.5/src/snapshot/

