On Fri, Apr 07, 2023 at 12:56:54AM +0200, Olivier Houchard wrote: (...) > > OK otherwise it looks good to me. I suggest you adjust these cosmetic > > details and directly push it. > > Done, thanks!
Thanks! > > I'm having one question by the way: how did you manage to test this ? > > Did you find a server that supports decompressing requests, or do you > > only have some in-house stuff for this ? I'm wondering if we could manage > > to make a regtest for this, at least by putting some expect rules on > > the content-encoding header probably. > > My test server was actually a nginx with custom LUA code to decompress > stuff. Maybe we can do something similar with haproxy? Maybe, yes. I'm not yet 100% sure how to do that from Lua, but maybe by calling a Lua service that tries to decompress the data it could work. Thanks, Willy

