-
Notifications
You must be signed in to change notification settings - Fork 127
fix: invalid cookie parsing for the "=" character #271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
naorpeled
commented
Jun 9, 2024
Hey,
first of all thanks! You're AWSome.
I'll give the issue you've raised some thought.
Regarding the tests that are failing in Node 14, if there's an easy fix let's implement it. Otherwise, we might just drop Node 14 support as it already reached its EOL
a533e8a to
6fb830a
Compare
6fb830a to
8be5ce1
Compare
qgolsteyn
commented
Jun 9, 2024
Fingers crossed this should address both the Node v14 issue and pass the Prettier check
@naorpeled
naorpeled
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks for this, you rock!
naorpeled
commented
Jun 9, 2024
Will publish a new release tomorrow 🙏
Uh oh!
There was an error while loading. Please reload this page.
Change:
Closes #269
Note:
I stumbled on another issue regarding cookie parsing while working on this PR. I opened an issue here: #270