- From: Julian Reschke <julian.reschke@gmx.de>
- Date: Tue, 8 Nov 2016 18:24:09 +0100
- To: Cory Benfield <cory@lukasa.co.uk>, Kazuho Oku <kazuhooku@gmail.com>
- Cc: HTTP Working Group <ietf-http-wg@w3.org>
On 2016-11-08 15:21, Julian Reschke wrote: > ... > FWIW, > > I just did a small Java test with a) JDK's URLConnection and b) Apache > HTTP client 4.5.x. > > a) Works in that it returns the correct response, but only after waiting > for a timeout to occur it seems (needs to be investigated) > ... Actually, it's broken. It takes the 103 as final message and then wait's for a timeout, then returns everything starting with "HTTP/1.1 200 OK" as response body. (Will file a bug soonish) Best regards, Julian
Received on Tuesday, 8 November 2016 17:24:45 UTC