-
Notifications
You must be signed in to change notification settings - Fork 292
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
Crash (libc-triggered SIGABRT) with empty receiver body #1
Comments
Empty-bodied sender requests now queue up an empty message, as expected. |
Shouldn't empty messages just be ignored? No need to overload the queue if its not needed |
I figure, in RESTful terms, the resource represented by the sender url is the "last message on this channel". POSTing to this resource would seem to warrant the enqueuing of a message, even if it is an empty one. Also, how might empty messages otherwise be sent? |
Well I guess my big question is why would you send an empty message. I would think that having a message would be required for the post to be valid |
Sending an empty-bodied (no content-length or content-length: 0 header) request to a receiver location crashes the worker process hard.
The text was updated successfully, but these errors were encountered: