fix: merge runtime and channel header overrides, skip missing source headers

This commit is contained in:
Seefs
2026-02-25 16:12:34 +08:00
parent 58fcd9cbca
commit 3034fb8899
5 changed files with 234 additions and 13 deletions
+1
View File
@@ -148,6 +148,7 @@ type RelayInfo struct {
RetryIndex int
LastError *types.NewAPIError
RuntimeHeadersOverride map[string]interface{}
RuntimeHeadersDeletedNormalized map[string]bool
UseRuntimeHeadersOverride bool
PriceData types.PriceData