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
In ZnZincServerAdaptor>>#responseFrom: the header conversion from WAHeaderFields to ZnHeaders if a header appears several times in aWAHeaderFields only the last one in the iteration is added to ZnResponse headers.
In
ZnZincServerAdaptor>>#responseFrom:
the header conversion fromWAHeaderFields
toZnHeaders
if a header appears several times inaWAHeaderFields
only the last one in the iteration is added toZnResponse
headers.It does
at:put
and it should doat:add:
instead.The text was updated successfully, but these errors were encountered: