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 proxy_get_header_map_value hostcall currently only returns a single value, which doesn't accomodate headers that appear multiple times, such as Set-Cookie.
The next Proxy-Wasm ABI minor version should update proxy_get_header_map_value or add a variant that supports returning multiple values.
The text was updated successfully, but these errors were encountered:
The proxy_get_header_map_value hostcall currently only returns a single value, which doesn't accomodate headers that appear multiple times, such as Set-Cookie.
The next Proxy-Wasm ABI minor version should update
proxy_get_header_map_value
or add a variant that supports returning multiple values.The text was updated successfully, but these errors were encountered: