Changelog for 2.2.1
The following sections list the changes for 2.2.1.
Summary
- Fix #216: Resolve nil pointer issues with responses
Details
-
Bugfix #216: Resolve nil pointer issues with responses
We have introduced previously a feature where we made sure to close all response bodies, but we
forgot to properly check if these responses are really valid which lead to nil pointer
dereference issues.
#216