support raw_bytes for header operations
Open
area/http_filter
enhancement
no stalebot
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 437
Description
raw_bytes was recently added to HeaderValue, but is not handled by HTTP connection manager header operations.
It appears sending raw values (non-UTF8, binary) values as headers directly might be problematic, so we should allow encoding raw values that come from filter state or other sources of binary data.
Contributor guide
Assessment
This issue has not been assessed yet.