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

Graft fix rack layers #32

Merged
merged 5 commits into from
Mar 28, 2019
Merged

Graft fix rack layers #32

merged 5 commits into from
Mar 28, 2019

Conversation

graft
Copy link
Contributor

@graft graft commented Mar 28, 2019

This fixes a poorly-written pair of rack layers, the CORS layer and the Auth layer, which separately seem to have been causing errors during overlapping requests. There is only one instance of each rack layer; use of an instance-variable to pass data is therefore not going to work; consequently I have rewritten these layers to pass data explicitly between methods.

I also fixed a couple of logging bugs.

@graft graft merged commit a9dfe57 into master Mar 28, 2019
@graft graft deleted the graft-fix-rack-layers branch March 28, 2019 23:10
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

1 participant