-
Notifications
You must be signed in to change notification settings - Fork 149
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
node.js bug with slow socket release workaround #119
base: master
Are you sure you want to change the base?
Commits on Nov 10, 2015
-
node.js bug with slow socket release workaround
@see http://habrahabr.ru/post/264851/ The problem is: available socket limit is reached. This workaround solves the problem in some scale.
Configuration menu - View commit details
-
Copy full SHA for 37e0861 - Browse repository at this point
Copy the full SHA 37e0861View commit details
Commits on Dec 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b0c1f1a - Browse repository at this point
Copy the full SHA b0c1f1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for badcd4d - Browse repository at this point
Copy the full SHA badcd4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1896edd - Browse repository at this point
Copy the full SHA 1896eddView commit details
Commits on Dec 31, 2015
-
The ability to specify the Any method name to respond to any xml-rpc …
…request with a single method supplied. The actual method name requested is given in a first element of the params array in a callback.
Configuration menu - View commit details
-
Copy full SHA for 1d1807e - Browse repository at this point
Copy the full SHA 1d1807eView commit details
Commits on Jan 3, 2016
-
request and response made available in the user callback
- It can be used for cudtom headers manipulation, e.g. setting cookies on the response object
Configuration menu - View commit details
-
Copy full SHA for 4a8df10 - Browse repository at this point
Copy the full SHA 4a8df10View commit details
Commits on Jan 5, 2016
-
- If promiselib is specified in the options, e.g. `{promiselib: Promise}` and no callback is specified, then methodCall would return a promise.
Configuration menu - View commit details
-
Copy full SHA for e55a56a - Browse repository at this point
Copy the full SHA e55a56aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e99fba2 - Browse repository at this point
Copy the full SHA e99fba2View commit details -
The custom error object with helper function to create it are introduced
- And proper fault response generation is implemented with or without code. - Tests and documentation included.
Configuration menu - View commit details
-
Copy full SHA for 8cdf57e - Browse repository at this point
Copy the full SHA 8cdf57eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e9be31 - Browse repository at this point
Copy the full SHA 1e9be31View commit details -
- according to spec: http://xmlrpc.scripting.com/spec.html
Configuration menu - View commit details
-
Copy full SHA for d3dedb2 - Browse repository at this point
Copy the full SHA d3dedb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 532e948 - Browse repository at this point
Copy the full SHA 532e948View commit details -
Configuration menu - View commit details
-
Copy full SHA for c911191 - Browse repository at this point
Copy the full SHA c911191View commit details