Skip to content

Version 4.2.5

Latest
Compare
Choose a tag to compare
@TechnikEmpire TechnikEmpire released this 17 Dec 21:14
· 2 commits to master since this release
  • Ensure that we copy response headers only once. It appears that response headers related to content can vanish after we've read the content stream, so to avoid this, we read just once on initial response.

  • Fixes an issue where the Headers property of HttpMessageInfo objects can be null, which causes null reference exceptions when calling various methods. Changed to always initialize this property with a valid reference, and to perform null checks when accessing internally.