I've built a small API using Restify and Node.js. I have a PHP application sending cURL requests, but after five PUT or POST requests (10 when using CLI), the Node.js server starts refusing PUT and POST requests (but not GET requests, and I haven't tried DELETE yet) from the client that sent them.
How do I prevent this from happening? I don't want to have to restart my server every few seconds.