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

ARC hangs when response is 204 #453

Open
derpflanz opened this issue Mar 21, 2022 · 3 comments
Open

ARC hangs when response is 204 #453

derpflanz opened this issue Mar 21, 2022 · 3 comments
Labels
blocked The issue is blocked by another issue bug

Comments

@derpflanz
Copy link

derpflanz commented Mar 21, 2022

  • Application version: 17.0.9
  • Operating System (Platform and Version): Linux Fedora 35

Expected Behavior
When I send a PUT call with a "204 No Content" response, ARC gives me that info.

Actual behavior
When I send a PUT call with a "204 No Content" response, ARC hangs and never gives a response.

To Reproduce
Create a server the response with "204 No Content" and make a PUT call to it.

Screenshots
This happens in ARC (the blue bar keeps moving):
image

This is what happens on the line:
image

Additional Information
Not 100% sure this is a ARC issue, but when using telnet, the session immediately gives a 204, and the connection is closed.

@stale
Copy link

stale bot commented May 5, 2022

This issue has been automatically marked as stale because it has not had recent activity and is not currently prioritized. It will be closed in a week if no further activity occurs :)

@stale stale bot added the stale label May 5, 2022
@jarrodek jarrodek added bug blocked The issue is blocked by another issue and removed stale labels May 5, 2022
@squeaky-bum-time
Copy link

The response hangs when I do a POST to an endpoint that returns a 204. I'm using Windows 11.

@drew-fierst
Copy link

This is still an issue. I'm using version 17.0.9 and any HTTP call that returns 204 leaves this application spinning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked The issue is blocked by another issue bug
Projects
None yet
Development

No branches or pull requests

4 participants