On Tue, 29 Apr 2014 07:14:38 +0000 (UTC)
Stefan <[email protected]> wrote:

> More details:
> 
> This acl stopped working:
> acl is_web_socket hdr(Upgrade) -i WebSocket


Hello, the probleme is that the -i flag doesn't run in dev23/24. This
is fixed is the master branch of the git repository.

If you want to use a dev23, you can write 

   acl is_web_socket hdr(Upgrade),lower -i websocket

Thierry

> As a workaround, i can use path detection
>  (my all websocket path starts with /ws/)
> acl is_web_socket path_beg /ws/
> 
> 
> With Regards, Stefan
> 
> 

Reply via email to