ggrossetie / unxhr

Synchronous and asynchronous XMLHttpRequest for Node
MIT License
0 stars 3 forks source link

Fix async binary transfer #24

Closed djencks closed 3 years ago

djencks commented 3 years ago

Async only transfers text/utf8. Lets fix this!

Also, your content-length test is wrong because of a misplaced \n trim.