Hi all, I'm new at nginx, i started testing it, the performance is impressive! I have a question in proxy mode: nginx seems to talk http 1.0 (only) to the backend, even thow the client is talking http 1.1 to nginx Are there any plans to implement http 1.1 while talking to the backend ? (or even better, some kind of persistant connection pool) Olivier