-
Notifications
You must be signed in to change notification settings - Fork 355
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
http.post does not return #203
Comments
What happens if you access the same URL with wget or curl? |
now i see after a while i get this error |
ok found it. the problem was the server didn't close the connection to the client thanks anyway |
i wrote it here: https://stackoverflow.com/questions/52552002/flutter-http-post-never-returns-a-response
but TLDR;
code never reaches the
print("after");
but my server does get the HTTP POST request..
please help me
The text was updated successfully, but these errors were encountered: