WebAPIContrib
WebAPIContrib copied to clipboard
HeadMessageHandler: Support empty content eg. 302
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.