WebAPIContrib icon indicating copy to clipboard operation
WebAPIContrib copied to clipboard

HeadMessageHandler: Support empty content eg. 302

Open Karamell opened this issue 9 years ago • 0 comments

This fixes the problem that if you make a response with no content eg. a redirect, HeadContent will be called with a null value and throw a NullReferenceException.

Karamell avatar Oct 24 '16 08:10 Karamell