You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The call to new(RequestOptions) only sets a zero value for the .Headers map (which for a map type is nil) hence trying to assign a value to nil results in a panic.
Purge with soft=true is broken
this line access a non initialized map maybe!
ro.Headers["Fastly-Soft-Purge"] = "1"
The text was updated successfully, but these errors were encountered: