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

http2 incompatible #9

Merged
merged 3 commits into from
Dec 6, 2021
Merged

Conversation

laureysruben
Copy link
Contributor

Hi,

We noticed when switching our app server to http2 that ajax requests using ajaxpro failed. We found out that when enabling http2 the statustext is not set for request with statuscode 200. We therefore changed the core.js script to accept request with statuscode 200 and an empty statustext.

@michaelschwarz
Copy link
Owner

Reviewed RFC7540, and HTTP/2 does not define a way to carry the reason phrase that is included in an HTTP/1.1 status line.

@michaelschwarz michaelschwarz merged commit 0884ec9 into michaelschwarz:master Dec 6, 2021
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.

2 participants