mirror of
https://github.com/rclone/rclone.git
synced 2024-11-30 04:23:48 +08:00
38652d046d
Before this change when rclone was compiled with go1.13 it used HTTP/2 to contact drive by default. This causes lockups and INTERNAL_ERRORs from the HTTP/2 code. This is a workaround disabling the HTTP/2 code on an option. It can be re-enabled with `--drive-disable-http2=false` See #3631 |
||
---|---|---|
.. | ||
test | ||
drive_internal_test.go | ||
drive_test.go | ||
drive.go | ||
upload.go |