Skip to content
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

Use Cookie.parse #744

Merged
merged 1 commit into from
Jan 9, 2014
Merged

Conversation

lalitkapoor
Copy link
Member

Using new Cookie(str) doesn't actually set the attributes in the cookie. This is because Cookie takes in an object and in our case we only accept a string. Using Cookie.parse will set the appropriate properties on the cookie.

discussed in #743

Using new Cookie(str) doesn't actually set the attributes in the cookie.
This is because Cookie takes in an object, and in our case we only
accept a string. Using Cookie.parse will return the appropriate
properties for the cookie.
@laurentdebricon
Copy link

i'm looking forward this is merged. Cookies are broken until that.

@lalitkapoor
Copy link
Member Author

\cc @mikeal

@mikeal
Copy link
Member

mikeal commented Jan 9, 2014

tell me when you're confident enough for a release w/ this.

@lalitkapoor lalitkapoor deleted the should-use-cookie-parse branch January 10, 2014 07:44
nylen pushed a commit to nylen/request that referenced this pull request Oct 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants