baa4fa5d65
https://tools.ietf.org/html/rfc7232#section-3 defines the form for If-Match and If-None-Match as If-Match = "*" / 1#entity-tag If-None-Match = "*" / 1#entity-tag https://tools.ietf.org/html/rfc7230#section-7 in turn defines the 1#<type> syntax as 1#element => element *( OWS "," OWS element ) where OWS is *optional* whitespace. Our swob.Match object should respect that optionality. Change-Id: I6ee1c6674e0e9c156149319022fd289504bd3722