XHTTP client: Enable XMUX for download in U-D-S (#3965)

This commit is contained in:
RPRX
2024-11-03 07:25:41 +00:00
committed by GitHub
parent 85a1c33709
commit e3276df725
2 changed files with 20 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ type MemoryStreamConfig struct {
SecurityType string
SecuritySettings interface{}
SocketSettings *SocketConfig
DownloadSettings *MemoryStreamConfig
}
// ToMemoryStreamConfig converts a StreamConfig to MemoryStreamConfig. It returns a default non-nil MemoryStreamConfig for nil input.