Closed DmitriyLewen closed 1 year ago
Golang updated net/textproto package - https://cs.opensource.google/go/go/+/a6642e67e16b9d769a0c08e486ba08408064df19
Golang
After that we get error if MIME key or values contain bytes non-allowed by RFC 7230.
But if required fields (name and version in this case) found - we don't need to stop parsing.
name
version
Related Issues:
Description
Golang
updated net/textproto package - https://cs.opensource.google/go/go/+/a6642e67e16b9d769a0c08e486ba08408064df19After that we get error if MIME key or values contain bytes non-allowed by RFC 7230.
But if required fields (
name
andversion
in this case) found - we don't need to stop parsing.Related Issues: