On 2016-11-08 18:24, Julian Reschke wrote:
> 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
Test case attached. Will let you know once the bug appears in the issue
tracker.
Q: maybe we should create a Wiki page, summarizing implementation status
and bug reports?
Best regards, Julian