Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Concerns about org.eclipse.ecf.provider.filetransfer.httpclient45

FYI,

I did some more debugging and I really feel this is a server problem.  I.e., I believe the server is dropping connections while the headers from those connections indicate the connection can be kept alive indefinitely.

I opened the following Bugzilla with the details if you're interested:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=560808

Regards,
Ed

On 04.03.2020 14:37, Thomas Wolf wrote:

On 4 Mar 2020, at 14:11, Aleksandar Kurtakov <akurtako@xxxxxxxxxx> wrote:

On Wed, Mar 4, 2020 at 2:55 PM Ed Merks <ed.merks@xxxxxxxxx> wrote:
...
start from scratch.   Also, perhaps we'd lose many features, such as a
connection pool to speed things up.   It's a big open question...

In terms of lose of features my brief look up yielded nothing (e.g.  connection pool is
....
 

On 04.03.2020 13:48, Aleksandar Kurtakov wrote:
> Slightly off topic but keeping up with httpclient has proved to be a
> big timesync. It's probably about time to start working on
> https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html
> based filetransfer implementation and stop losing the time to keep up
> with yet another third party library.

I think you might lose https connections over http proxies that require
basic authentication unless you set a particular system property. See
https://bugs.openjdk.java.net/browse/JDK-8210814 and
https://bugs.eclipse.org/bugs/show_bug.cgi?id=549832 . I presume the
Java 11 HttpClient will behave the same in that respect.

Cheers,

  Thomas

_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev

Back to the top