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

the PSGI module by default now sets p6sgi instead of psgi #44

Merged
merged 1 commit into from Dec 28, 2015

Conversation

krakan
Copy link
Contributor

@krakan krakan commented Dec 6, 2015

Another solution woud be to add :$psgi-classic to the populate-psgi-env call.

@krakan krakan closed this Dec 7, 2015
@krakan krakan reopened this Dec 7, 2015
@AlexDaniel
Copy link

This pull request actually fixes #43

BUT!

Here:

our sub dispatch-psgi($env) {
    return dispatch($env).psgi; # <---- here
}

It seems like it has to be 「psgi」, not 「p6sgi」 like in this pull request. Otherwise it doesn't work at all.

@tadzik tadzik merged commit fe3f1f3 into Bailador:master Dec 28, 2015
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