http-useragent
http-useragent copied to clipboard
HTTP::Headers with a value starting with "W" have that "W" removed.
This makes date fields that fall on a Wednesday unparseable, and may also cause some base64 fields to not work properly.
Consider the following examples:
expires: Wed, 27 Jan 2016 17:44:43 GMT
Custom-Auth-Header: W/7fhEfhkjafeHF'
This is addressed in #180
Can we close it since it's resolved in #180 ?