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

make parseCookies parse cookies as rawCookies #1401

Merged
merged 2 commits into from
Feb 9, 2016

Conversation

yannick
Copy link
Contributor

@yannick yannick commented Feb 4, 2016

replaces #1336
fixes #1228

import std.encoding : sanitize;
import std.array : split;
import std.string : strip;
import std.algorithm.iteration : map, filter, each;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should still be just import std.algorithm : ... to make DMD 2.066.x happy.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scratch that! I'll remove 2.066.0 support instead now that the release is out.

@s-ludwig
Copy link
Member

s-ludwig commented Feb 9, 2016

Okay, should pass now. Merging.

s-ludwig added a commit that referenced this pull request Feb 9, 2016
Make parseCookies parse cookies as rawCookies. Fixes #1228.
@s-ludwig s-ludwig merged commit 32e2b7e into vibe-d:master Feb 9, 2016
@yannick
Copy link
Contributor Author

yannick commented Feb 9, 2016

👯 thanks

@yannick yannick deleted the patches/read_raw_cookies branch February 10, 2016 15:21
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.

another cookie parsing problems
2 participants