Comment 1 for bug 486742

Revision history for this message
Robert Collins (lifeless) wrote : Re: [Bug 486742] [NEW] Add support for HTTP 100 (continue)

Note that 100-continue support in the intarwebs is spotty:
 - few HTTP/1.0 proxies don't do the right thing
 - not all 1.1 proxies do either :(

So we should be sure to dead with degraded situations when we do this.

-Rob