Re: Negotiating compression

On 29 May 2014 09:01, Willy Tarreau <w@1wt.eu> wrote:
> Well, 1.6M instructions for a request is huge, whatever the processor size.
> That would basically limit a 3 GHz CPU to 2000 requests/s when it can currently
> do 300000 in http/1.1. I'm starting to be really worried...

That assumes that you need to decode header fields.  There's no reason
you can't do a byte-by-byte comparison in many cases.

Received on Thursday, 29 May 2014 16:13:25 UTC