Commit bd63763
authored
The way the `gvfs-helper` command operates is apparently incompatible
with HTTP/2, that's why microsoft#754 tried
to enforce HTTP/1.1 in Scalar clones accessing Azure Repos.
However, this fix was incomplete for the `scalar clone` part because it
made the HTTP/1.1 enforcement contingent on the test whether the remote
repository supports the GVFS protocol or not, and that test did _not_
enforce HTTP/1.1.
Let's fix that Catch-22 by enforcing HTTP/1.1 usage during that GVFS
Protocol capability test.
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
| 470 | + | |
| 471 | + | |
471 | 472 | | |
472 | 473 | | |
473 | 474 | | |
| |||
0 commit comments