Re: Bug in HttpClient

2018-07-20 Thread Severin Gehwolf
Adding net-dev On Fri, 2018-07-20 at 08:52 +0200, Thomas Lußnig wrote: > Hi, > i found an bug in JDK 10 with the new HttpClient. It does not handle > responses wihtout contentlength correctly. > Normally i would expect that the content is returned even without > content length. Since i can not ope

RFR 8207952/11, Problem-list 3 sctp tests

2018-07-20 Thread Felix Yang
Hi all,     please review the following patch to problem-list 3 sctp tests, which have been observed to be quite unstable on OEL 7 x64. Bug: https://bugs.openjdk.java.net/browse/JDK-8207952 Problem-listing cause: https://bugs.openjdk.java.net/browse/JDK-8141694 Patch: diff -r 6c

Re: RFR 8207952/11, Problem-list 3 sctp tests

2018-07-20 Thread Chris Hegarty
Looks ok Felix. -Chris > On 20 Jul 2018, at 10:27, Felix Yang wrote: > > Hi all, > > please review the following patch to problem-list 3 sctp tests, which > have been observed to be quite unstable on OEL 7 x64. > > Bug: > > https://bugs.openjdk.java.net/browse/JDK-8207952 > > Prob

Re: Bug in HttpClient

2018-07-20 Thread Michael McMahon
Thanks for reporting this. I will look into it. - Michael On 20/07/2018, 08:38, Severin Gehwolf wrote: Adding net-dev On Fri, 2018-07-20 at 08:52 +0200, Thomas Lußnig wrote: Hi, i found an bug in JDK 10 with the new HttpClient. It does not handle responses wihtout contentlength correctly. Nor