Open eikek opened 5 years ago
@eikek Hello there,
Sorry for a bit delayed response, I have found out the issue, and made a fix for it #57 , it should be merged in during next week (0.3.18-SNAPSHOT) and then by the end of the week we may do full release.
Hope it is fine.
@AdamChlupacek Thank you! And no worries about delays.
@eikek The snapshot is now released with this change, we are not doing full release yet as there is not enough changes from the last version yet, be free to use 0.3.18-SNAPSHOT, it is stable. We are using it in production as well.
Thanks @AdamChlupacek ; I now created a workaround such that all headers that failed to parse are ignored (mapped to empty values). For my apps that is just fine.
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.36
and I'm usingprotocol-http
version 0.3.12.