Whitespace in Content-Encoding HTTP header
description
I have been using HtmlAgilityPack for a work project, and at one point we encountered a page that had whitespace in the value of the Content-Encoding: HTTP header line (like "iso-8859-1 "). Attached is a small bugfix to trim the text so that this isn't a problem for others.
Thanks,
Chris