-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
If there are Multiple set-cookie Maxwell could only get one of them #54
Comments
we need add |
RFC 2616 specifies multiple copies of the same header may be present in a request. The right solution here (regardless of the above cookie suggestion) is to switch See here for Plug: https://hexdocs.pm/plug/Plug.Conn.html#t:headers/0 |
@doughsay Thanks for your advice. |
I'll take a look, but probably won't be able to get to it until next
weekend, but yeah I'll try and give it a shot! ;)
…On Tue, Apr 4, 2017, 6:52 PM 某文 ***@***.***> wrote:
@doughsay <https://github.com/doughsay> Thanks for your advice.
Do you have time to help implement this feature?
Welcome to *Maxwell*.
:)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AANh_UAHA38bhuvAAlml2jDQF358dgrIks5rsvPhgaJpZM4Msanw>
.
|
Multiple set-cookies but the
resp_headers
is aMap
The text was updated successfully, but these errors were encountered: