electron/atom
Islam Sharabash 3b6f0d83e1 fix: allow stream protocols to return headers with multiple values (#14887)
* fix: allow stream protocols to return headers with multiple values

This allows stream protocols to return headers with multiple values as
an array of values.

Fixes https://github.com/electron/electron/issues/14778

* Prefer ConvertFromV8

* Cleanup header conversion

1. Deduplicate the code by using a lambda
2. Remove duplicate calls to headers->Get(key)

* Fix broken test

Headers with multiple values are now being converted correctly, this
test asserted the wrong behavior.
2018-10-25 11:34:20 +11:00
..
app refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
browser refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
common fix: allow stream protocols to return headers with multiple values (#14887) 2018-10-25 11:34:20 +11:00
node
renderer refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
utility refactor: move printing out of chromium_src (#15023) 2018-10-13 12:57:04 +11:00