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

FIX UndefRefError to x in cookies.jl #867

Merged
merged 1 commit into from
Jun 22, 2022
Merged

FIX UndefRefError to x in cookies.jl #867

merged 1 commit into from
Jun 22, 2022

Conversation

raffopazzo
Copy link
Contributor

No description provided.

@raffopazzo
Copy link
Contributor Author

Caused by #836

@raffopazzo
Copy link
Contributor Author

Not tested and may not be the correct thing to do. Just wanted to point out the issue

@fredrikekre
Copy link
Member

LGTM but of course would be good with a test

@raffopazzo
Copy link
Contributor Author

raffopazzo commented Jun 22, 2022

I don't know exactly what's wrong (I hadn't had time so far to look into it). I just saw this happen once and I thought I'd report it to you but trying to write it up in an issue was more complicated then showing you where the issue is :D

Copy link
Member

@quinnj quinnj left a comment

Choose a reason for hiding this comment

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

Yeah, good catch. This was ported directly over from the go code, so I must have just missed this in the translation. I also ported their tests over, so I guess they didn't have a test covering this. This is kind of a random feature though, because it's really just saying, hey, there was something in the Cookie that doesn't have a semantic meaning, so stick in this unparsed field. So probably not super common.

@quinnj quinnj merged commit 1dc463b into JuliaWeb:master Jun 22, 2022
@raffopazzo raffopazzo deleted the patch-1 branch June 22, 2022 21:34
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.

3 participants