mirror of
https://git.maid.zone/stuff/soundcloak.git
synced 2026-01-09 04:59:38 +05:00
i forgot again lol
This commit is contained in:
@@ -56,6 +56,7 @@ func init() {
|
||||
IsTLS: true,
|
||||
MaxIdleConnDuration: cfg.MaxIdleConnDuration,
|
||||
StreamResponseBody: true,
|
||||
DialDualStack: cfg.DialDualStack,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -65,6 +66,7 @@ func init() {
|
||||
IsTLS: true,
|
||||
MaxIdleConnDuration: cfg.MaxIdleConnDuration,
|
||||
StreamResponseBody: true,
|
||||
DialDualStack: cfg.DialDualStack,
|
||||
}
|
||||
|
||||
HlsAacClient = &fasthttp.HostClient{
|
||||
@@ -72,6 +74,7 @@ func init() {
|
||||
IsTLS: true,
|
||||
MaxIdleConnDuration: cfg.MaxIdleConnDuration,
|
||||
StreamResponseBody: true,
|
||||
DialDualStack: cfg.DialDualStack,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user