eclipse / ecf

ECF project repository
7 stars 14 forks source link

gzip compression seems not to be used in Java11HttpClient #70

Closed laeubi closed 12 months ago

laeubi commented 1 year ago

According to https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/3748 gzip compression is not used.

But I see we have code that should actually handle this here:

https://github.com/eclipse/ecf/blob/dbacc2ac2671fd952a2f6b0e12277f5c63ca00ce/providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/provider/filetransfer/httpclientjava/HttpClientRetrieveFileTransfer.java#L547-L558

@scottslewis @merks any idea? The only thing thats a bit confusing is why we use a class field for this instead of a local variable

laeubi commented 1 year ago

See also