mirror of
https://github.com/restic/restic.git
synced 2025-10-29 14:03:06 +00:00
Prepare changelog for 0.12.0
This commit is contained in:
8
changelog/0.12.0_2021-02-14/pull-3254
Normal file
8
changelog/0.12.0_2021-02-14/pull-3254
Normal file
@@ -0,0 +1,8 @@
|
||||
Enhancement: Enable HTTP/2 for backend connections
|
||||
|
||||
Go's HTTP library usually automatically chooses between HTTP/1.x and HTTP/2
|
||||
depending on what the server supports. But for compatibility this mechanism
|
||||
is disabled if DialContext is used (which is the case for restic). This change
|
||||
allows restic's HTTP client to negotiate HTTP/2 if supported by the server.
|
||||
|
||||
https://github.com/restic/restic/pull/3254
|
||||
Reference in New Issue
Block a user