Re: haproxy can't handle http header " video/x-flv: .flv" properly

From: Delta Yeh <delta.yeh#gmail.com>
Date: Thu, 30 Dec 2010 16:00:19 +0800


More tests show that Apache and Nginx work as reverse proxy is OK.

For haproxy, change proto_http.c array http_is_token

       ['/'] = 0 to ['/'] = 1

fix this issue.

It seems haproxy do more strict check against RFC.

Willy, would you please make haproxy not so strict with RFC?

2010/12/30 Delta Yeh <delta.yeh#gmail.com>:
> It seems haproxy can't handle http response header "video/x-flv:
> .flv", it will return error to client.
> Is this a bug or HTTP spec compatability issue?
>
Received on 2010/12/30 09:00

This archive was generated by hypermail 2.2.0 : 2010/12/30 09:15 CET