luckymarmot / Paw-Issues

The issue tracker repository for the Paw HTTP Client app.
33 stars 0 forks source link

Paw doesn't handle 204 No Content correctly, hangs #62

Open JohnCoates opened 6 years ago

JohnCoates commented 6 years ago

204 No Content is not handled correctly. Paw hangs, seemingly waiting for a second empty line.

Per RFC: The 204 response MUST NOT include a message-body, and thus is always terminated by the first empty line after the header fields.