HTTP compression
Kaine
thebestindexer.com
HTTP compression: http://en.wikipedia.org/wiki/HTTP_compression
I know it's used: Server > Client but is that it could be used in the direction Client > Server ?
With this kind of thing we would lose in latency, but we could use a lot more thread. I do not know if the server accepts this type of query ...
EDIT: "Compression as defined in RFC 26 can be applied to the response data from the server (but not to the request data from the client)"
Comments
Thats already happening. All queries are made with the option to let the server compress it's packets. SER is uncompressing them (even fixing errors on that which real browsers do not) and works with it.
Accept-Encoding: gzip, deflate
This is sent to the server and if it supports compression, it will send it packed.