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

non GET requests (PUT, POST, DELETE) requests stay with pending status and never "finish" #8509

Open
ydolzhenko opened this issue Nov 5, 2024 · 2 comments
Labels
P2 important to work on, but not at the top of the work list. screen: network Issues with the Network screen.

Comments

@ydolzhenko
Copy link

ydolzhenko commented Nov 5, 2024

Basically all non-GET requests that return empty body (just 200 OK) get stuck with pending status and never end - while in fact they're working as expected.

The ones that return with any body content are being displayed fine.


DevTools version: 2.37.3
IDE: Android-Studio
Connected Device:
CPU / OS: x64 (64 bit) ios
Connected app type: Flutter native (debug build)
Dart Version: 3.5.4
Flutter Version: 3.24.4 / stable
Framework / Engine: 603104015d / db49896cf2

@kenzieschmoll kenzieschmoll added screen: network Issues with the Network screen. P2 important to work on, but not at the top of the work list. labels Nov 5, 2024
@kenzieschmoll
Copy link
Member

Can you provide a minimal repro of the case you are talking about so that we can reproduce the issue?

@ydolzhenko
Copy link
Author

I can't right now, I'm on the road, but it's easily reproducible - basically all POST/PUT/DELETE (and I suggest GET, but empty GET wouldn't make sense so I don't have it) with empty bodies render as Pending.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 important to work on, but not at the top of the work list. screen: network Issues with the Network screen.
Projects
None yet
Development

No branches or pull requests

2 participants