Hi all, this week-end I had to roll back haproxy.org on 2.3 from 2.4-dev1 after William Dauchy informed me that git clone was crawling very slowly. The problem appeared with recent fix "BUG/MEDIUM: filters: Forward all filtered data at the end of http filtering" that was already backported as far as 2.0 and which woke up an old sleeping bug. Christopher worked on a fix that's currently running fine there and that will be merged ASAP and backported.
Apparently the bug only triggers when both compression and cache are in use (which is probably why it went unnoticed). So those of you running on the latest snapshot must be careful, versions containing the following commits are affected (merged on november 18th): 2.4: 22fca1f2c843 2.3: 44ba5dbe6ee2 2.2: 4986f0fbc882 2.1: b1411cd7ad2f 2.0: da4576d70e75 No released stable version is affected though, but I wanted to let everyone know just in case someone noticed something weird. Willy