1 message in ru.sysoev.nginxis it okay for nginx to send an http/...
FromSent OnAttachments
Yusuf GoolamabbasJul 4, 2006 9:32 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:is it okay for nginx to send an http/1.1 response even though backend responded with http/1.0Actions...
From:Yusuf Goolamabbas (yusu@public.gmane.org)
Date:Jul 4, 2006 9:32:39 pm
List:ru.sysoev.nginx

Hi, I am curious if the above behaviour is okay as per the RFC. I verified this behaviour by conifguring a backend lighttpd to send out http/1.0 response via the following config

server.protocol-http11 = "disable"

nginx reverse proxying this however continues to respond with a http/1.1 to the end client as evident

I am not sure if the RFC allows for this

http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.1

I'm okay if this were configurable