Hi,
from some Android device running Chrome 73, the following Accept header is sent
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3
The parser fails on the last v= part, saying expecting a q= instead:
Decoding of the request header failed: Headers/Accept/6: expected constant BitVector(16 bits, 0x713d) but got BitVector(16 bits, 0x763d)
I don't know what v= means. The user agent string is Mozilla/5.0 (Linux; Android 7.0; Lenovo TB-7304F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Safari/537.36 and I'm using protocol-http version 0.3.12.
Hi,
from some Android device running Chrome 73, the following Accept header is sent
The parser fails on the last
v=part, saying expecting aq=instead:I don't know what
v=means. The user agent string isMozilla/5.0 (Linux; Android 7.0; Lenovo TB-7304F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.90 Safari/537.36and I'm usingprotocol-httpversion 0.3.12.