rclone/backend/drive
Nick Craig-Wood 38652d046d drive: disable HTTP/2 by default to work around INTERNAL_ERROR problems
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
2019-10-16 11:26:08 +01:00
..
test drive: add --drive-import-formats 2018-09-25 15:20:23 +01:00
drive.go drive: disable HTTP/2 by default to work around INTERNAL_ERROR problems 2019-10-16 11:26:08 +01:00
drive_internal_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
drive_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
upload.go Add context to all http.NewRequest #3257 2019-09-09 23:27:07 +01:00