baalexander / node-xmlrpc

A pure JavaScript XML-RPC client and server for Node.js.
MIT License
298 stars 149 forks source link

fix: chunk the full body response before calling back with an error #158

Open tzellman opened 3 years ago

tzellman commented 3 years ago

in essence, wait for the response to end before calling back to the caller