Hello,

I'm having a problem posting more data than 64K worth to my node server. 
I'm using CURL from PHP and I'm posting a JSON string to my node server 
(same physical server). It cuts it off right at 65536 characters. I see 
this once I write it to the console. I posted the same JSON data string to 
a test php file and the php file gets the entire string as posted so I 
think my CURL is posting properly.

Is there settings in Node (http) than controls the amount of data it 
receives at one given time? 

Thanks for your help!

Kevin

-- 
-- 
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to