Re: New Version Notification for draft-kazuho-early-hints-status-code-00.txt

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