sergot / http-useragent

Web user agent class for Perl 6.
MIT License
36 stars 39 forks source link

HTTP::Headers with a value starting with "W" have that "W" removed. #181

Open Xliff opened 6 years ago

Xliff commented 6 years ago

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

sergot commented 6 years ago

Can we close it since it's resolved in #180 ?