Skip to content

v0.2.2

Pre-release
Pre-release

Choose a tag to compare

@realmtian realmtian released this 25 Apr 07:56

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.