v0.2.2
Pre-release
Pre-release
Fix bugs in callAsync implementation (#4)
- add check for hasResponse: if response is not received, the request exception should be rethrown.
- move response parsing from finally block and only parse response when response is safely received.
- finally block only responsible for releasing stream resources.