Description[WebSocket] Merge duplicated HTTP headers for devtools
The new WebSocket implementation receives HTTP headers on
the opening handshake from the browser process.
The headers may be duplicated, e.g. there are two "Foo" headers.
In order to show duplicated headers in devtools, this CL merges them
during storing them to HTTPHeaderMap.
This CL changes the existing WebSocket behavior as well.
R=tyoshino
BUG=310405
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=165044
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #
Total comments: 4
Patch Set 6 : #Patch Set 7 : #Patch Set 8 : Fixed a platform dependent test #Messages
Total messages: 15 (0 generated)
|