mirror of
https://github.com/apache/nifi.git
synced 2025-02-07 10:38:33 +00:00
The headers in the map that come back when replicating a request used to be in the case given; however they can be lowercased in the OkHttp Headers object when using HTTP/2 instead of HTTP/1.1. As a result, we need to ensure that we always use lower-case header names or check the map case-insensitive. This closes #8163 Signed-off-by: David Handermann <exceptionfactory@apache.org>