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

Fixed problem with broken response #1516

Merged
merged 5 commits into from Jul 22, 2022
Merged

Conversation

antonpirker
Copy link
Member

@antonpirker antonpirker commented Jul 22, 2022

No description provided.

@antonpirker
Copy link
Member Author

This should now fix #1515

@antonpirker antonpirker enabled auto-merge (squash) July 22, 2022 16:17
@@ -423,6 +423,7 @@ async def __call__(self, scope, receive, send):
hub = Hub.current
integration = hub.get_integration(StarletteIntegration)
if integration is None:
await self.app(scope, receive, send)
Copy link

Choose a reason for hiding this comment

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

Thanks for this -- v1.8.0 is ~unusable with POST requests Starlette without this change

@antonpirker antonpirker merged commit 9857bc9 into master Jul 22, 2022
@antonpirker antonpirker deleted the antonpirker/fastapi_fixes branch July 22, 2022 18:01
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