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