Hi again, On Wed, Mar 19, 2014 at 07:32:30AM +0100, Willy Tarreau wrote: > If someone wants to take a look at it, it's in proto_http.c, function > select_compression_request_header(). We need to cut the accept-encoding > token on the semi-colon, check if the token is known, then if a q-value > is present, either it's zero and we must skip it, or we must compare it > to the previous q-value and remember it only if it's strictly greater > than any previous one. If no q-value is specified, it equals 1.000.
Finally I did it this morning. It was not very long and makes us more compliant to the spec. It's merged in the git tree. Regards, Willy

