that's not the bug. technically, the HTTP spec allows a body in a GET request. 
nobody ever does it, but node's parser supports it.

On Jul 14, 2012, at July 14, 20127:10 PM, mscdex wrote:

> On Saturday, July 14, 2012 10:01:48 PM UTC-4, Alexey Petrushin wrote:
> Hmm, only now noticed it - I'm writing data using 'get' method, this also 
> maybe the cause.
> 
>  Also, you're trying to send a GET request with a body, which doesn't make 
> sense. If you're sending a body, you need to change the method to 'POST'.
> 
> Try this: https://gist.github.com/3114450
> 
> -- 
> Job Board: http://jobs.nodejs.org/
> Posting guidelines: 
> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
> You received this message because you are subscribed to the Google
> Groups "nodejs" group.
> To post to this group, send email to nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to