Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upInvestigate if the check for '/' in step 7 for Cookie::new_wrapped is correct #5944
Comments
|
The check is correct, but maybe misplaced, or maybe the attribute is ignored altogether in the cookie crate itself. |
|
AFAICT the cookie crate doesn't do it itself. Should the parser ignore |
|
@nox The |
|
Ok, I see, so that step is correct, and the cookie crate shouldn't do anything different. |
This warrants further investigation.