blob: 9dad2acaf676c7b5a7c82d009a931e79864fccfa (
plain) (
blame)
1
2
3
4
5
6
7
|
---
'astro': patch
---
Fixes a bug in the parsing of `x-forwarded-\*` `Request` headers, where multiple values assigned to those headers were not correctly parsed.
Now, headers like `x-forwarded-proto: https,http` are correctly parsed.
|