aleph-im / aleph-vm

Aleph.im VM execution engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple "set-cookie" header are overwritten by the "supervisord"

aliel opened this issue · comments

commented

Several "set-cookie" headers are allowed by RFC6265:
https://datatracker.ietf.org/doc/html/rfc6265#section-3

vm_supervisord should correctly handle "set-cookie" headers:

key.decode(): value.decode() for key, value in result["headers"]["headers"]

merged: #327