I solved the problem. Cowboy does not seem to like capital-case header keys, e.g., Set-Cookie
, Content-Length
. Lowercase the headers keys before feeding the headers to Cowboy makes it happy.
1 Like
I solved the problem. Cowboy does not seem to like capital-case header keys, e.g., Set-Cookie
, Content-Length
. Lowercase the headers keys before feeding the headers to Cowboy makes it happy.