Commit 7502023
committed
Always use HTTP 1.1 for requests
Currently we use HTTP/2 as a default but this produces problems with
GOAWAY from servers breaking the download.
For now we disable HTTP72 explicitly and should later have an option for
the cleint to enable HTTP72 on demand.1 parent ac1c442 commit 7502023
File tree
1 file changed
+2
-1
lines changed- providers/bundles/org.eclipse.ecf.provider.filetransfer.httpclientjava/src/org/eclipse/ecf/internal/provider/filetransfer/httpclientjava
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments