DescriptionNormalize and update the header value checks to RFC 7230
for Fetch. Normalize the Header value for append() and set() api.
To normalize a value, remove any leading and trailing HTTP whitespace bytes from it.
HTTP whitespace bytes are 0x09, 0x0A, 0x0D, and 0x20.
Intent to update header is:
https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/K5jd8Y5l6pI
Spec link:
https://fetch.spec.whatwg.org/#concept-header-value-normalize
BUG=455099
Patch Set 1 #Patch Set 2 : #Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Patch Set 6 : #
Total comments: 16
Patch Set 7 : #Patch Set 8 : #
Total comments: 4
Patch Set 9 : #Patch Set 10 : #
Messages
Total messages: 28 (9 generated)
|