Hacker News new | ask | show | jobs
by delinka 4768 days ago
I don't see the problem here. You get a 204, you don't expect content. If your consumer hits a URL, ignores status codes, and expects content, You're Doing It Wrong.

To me, it looks like the HTTP equivalent of a C function that returns NULL.

1 comments

Agreed. Just throwing it out there since I've encountered it before, more than once, where others assume there will always be a response, regardless of status code.