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

Crash (libc-triggered SIGABRT) with empty receiver body #1

Closed
slact opened this issue Aug 27, 2009 · 4 comments
Closed

Crash (libc-triggered SIGABRT) with empty receiver body #1

slact opened this issue Aug 27, 2009 · 4 comments

Comments

@slact
Copy link
Owner

slact commented Aug 27, 2009

Sending an empty-bodied (no content-length or content-length: 0 header) request to a receiver location crashes the worker process hard.

@slact
Copy link
Owner Author

slact commented Aug 27, 2009

Empty-bodied sender requests now queue up an empty message, as expected.

@BrianTheCoder
Copy link

Shouldn't empty messages just be ignored? No need to overload the queue if its not needed

@slact
Copy link
Owner Author

slact commented Oct 16, 2009

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?

@BrianTheCoder
Copy link

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

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants