Skip to content

fix http server error with response objects instantiated directly - #1969

Merged
rochdev merged 1 commit into
masterfrom
fix-http-server-res-instance
Apr 4, 2022
Merged

fix http server error with response objects instantiated directly#1969
rochdev merged 1 commit into
masterfrom
fix-http-server-res-instance

Conversation

@rochdev

@rochdev rochdev commented Apr 4, 2022

Copy link
Copy Markdown
Member

What does this PR do?

Fix HTTP server error with response objects instantiated directly.

Motivation

The plugin assumed that the ServerResponse object was always created by a Server object, but the class is exported and this may not be the case.

Fixes #1958

@rochdev rochdev added bug Something isn't working integrations labels Apr 4, 2022
@rochdev rochdev added this to the 2.4.2 milestone Apr 4, 2022
@rochdev
rochdev requested a review from a team as a code owner April 4, 2022 20:06
@rochdev
rochdev merged commit 7ed8d7a into master Apr 4, 2022
@rochdev
rochdev deleted the fix-http-server-res-instance branch April 4, 2022 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working integrations

Projects

None yet

Development

Successfully merging this pull request may close these issues.

version 2.4.1 throws exception when used with fastcgi module

2 participants