Re: [PHP-DEV] Add support for HTTP/1.1

2016-10-05 Thread Kalle Sommer Nielsen
Hi Rowan On Oct 5, 2016 20:21, "Rowan Collins" wrote: > > Hi all, > > It sounds like the feeling so far is quite positive. I'll have another look for a dupe, then file a bug for the missing 100-continue support, and try to work on a patch. Once that's in place, and unless anyone comes up with oth

Re: [PHP-DEV] Add support for HTTP/1.1

2016-10-05 Thread Rowan Collins
Hi all, It sounds like the feeling so far is quite positive. I'll have another look for a dupe, then file a bug for the missing 100-continue support, and try to work on a patch. Once that's in place, and unless anyone comes up with other major features we need to support, we can discuss wheth

Re: [PHP-DEV] Add support for HTTP/1.1

2016-10-04 Thread Björn Larsson
Den 2016-10-02 kl. 23:12, skrev Rowan Collins: Hi internallers! No, you haven't misread the subject line, I'm not talking about the exciting new HTTP/2, but HTTP/1.1, 20 years old this year. To my surprise, PHP's HTTP stream wrapper (e.g. file_get_contents('http://example.com');) defaults t

Re: [PHP-DEV] Add support for HTTP/1.1

2016-10-03 Thread Niklas Keller
Rowan Collins schrieb am So., 2. Okt. 2016, 23:12: > Hi internallers! > > No, you haven't misread the subject line, I'm not talking about the > exciting new HTTP/2, but HTTP/1.1, 20 years old this year. > > To my surprise, PHP's HTTP stream wrapper (e.g. > file_get_contents('http://example.com');

[PHP-DEV] Add support for HTTP/1.1

2016-10-02 Thread Rowan Collins
Hi internallers! No, you haven't misread the subject line, I'm not talking about the exciting new HTTP/2, but HTTP/1.1, 20 years old this year. To my surprise, PHP's HTTP stream wrapper (e.g. file_get_contents('http://example.com');) defaults to sending HTTP/1.0 requests. You can tell it to