Hi I'm trying to put RTMPT ( http://en.wikipedia.org/wiki/Real_Time_Messaging_Protocol) traffic through HAProxy. It seems to work well for a while but after that HAProxy replies with 400 Bad request. I though it might be a problem with HTTP header length (RTMPT sends on idle connections dummy headers thus inflating HTTP header length), but I am not sure as there are several big headers which HAProxy accepts and replies 200 OK. I would appreciate any help with debugging or reconfiguring HAProxy to handle RTMPT.
The client here is Flash Player, so I can't really control what it sends. Proxying the same traffic via Apache mod_proxy works OK but I'd like to separate my reverse proxy from backend Web servers. The capture is here: http://gozdal.com/rtmpt-400.pcap -- Marcin Gozdalik

