durango / authorize-net-cim

Authorize.net CIM bindings for Node.JS
14 stars 5 forks source link

Chunking Issue for large requests #10

Closed yonib05 closed 9 years ago

yonib05 commented 9 years ago

auth-net-request 2.0.0 does not account for chunking making any response that is to large makes the your app crash because it attempts to parse an uncompleted XML response.

auth-net-request 2.1.0 Fixes this issue so I recommend updating the packages to fix this issue.

durango commented 9 years ago

Done