yaronn / ws.js

A WS-* client stack for node.js. Written in pure javascript!
http://webservices20.blogspot.com/
104 stars 64 forks source link

fixed crash when response doesn't contain boundary in MTOM context #14

Closed bossie closed 8 years ago

bossie commented 9 years ago

Hi,

There was a problem when the response to an MTOM request doesn't contain a boundary; in that case match returns null and a TypeError is thrown. This issue has been raised before but fixes have never been integrated in your master branch.

Cheers, Jan

yaronn commented 9 years ago

thanks! I don't have access for a while to a windows environment (which is required in order to run tests for ws.js) but I'll integrate it next time I push to npm.

yaronn commented 8 years ago

fixed by another commit (would merge this one but already has some conflicts since older)