refactor(override): simplify header overrides to a lowercase single map

This commit is contained in:
Seefs
2026-02-25 17:24:18 +08:00
parent 3034fb8899
commit a955d4102d
6 changed files with 260 additions and 387 deletions
-1
View File
@@ -148,7 +148,6 @@ type RelayInfo struct {
RetryIndex int
LastError *types.NewAPIError
RuntimeHeadersOverride map[string]interface{}
RuntimeHeadersDeletedNormalized map[string]bool
UseRuntimeHeadersOverride bool
PriceData types.PriceData