mirror of
https://github.com/telanflow/mps.git
synced 2025-12-24 11:30:55 +08:00
remove HTTP2 support for default Transport
This commit is contained in:
@@ -63,7 +63,6 @@ func NewContext() *Context {
|
||||
KeepAlive: 30 * time.Second,
|
||||
DualStack: true,
|
||||
}).DialContext,
|
||||
ForceAttemptHTTP2: true,
|
||||
MaxIdleConns: 100,
|
||||
IdleConnTimeout: 90 * time.Second,
|
||||
TLSHandshakeTimeout: 10 * time.Second,
|
||||
|
||||
Reference in New Issue
Block a user