You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to https://blog.yaakov.online/http-2-header-casing/
the canonical headers for HTTP2 requests require HTTP headers to be lowercased.
If return headers are lowercased, TAF tests will fail; most will fail checking 'Content-Type'
This behavior violates internet standards. Headers should be case-insensitive.
🔥 Exception or Error
''None' == 'applicaiton/json'' should be true
🌍 Your Environment
Deployment Environment: docker
EdgeX Version [REQUIRED]: minnesota (tip)
Anything else relevant? proxying requests in HTTP2 mode via haproxy
The text was updated successfully, but these errors were encountered:
🐞 Bug Report
Affected Services [REQUIRED]
Mostly all TAF HTTP tests
Is this a regression?
No
Description and Minimal Reproduction [REQUIRED]
According to https://blog.yaakov.online/http-2-header-casing/
the canonical headers for HTTP2 requests require HTTP headers to be lowercased.
If return headers are lowercased, TAF tests will fail; most will fail checking 'Content-Type'
This behavior violates internet standards. Headers should be case-insensitive.
🔥 Exception or Error
🌍 Your Environment
Deployment Environment: docker
EdgeX Version [REQUIRED]: minnesota (tip)
Anything else relevant? proxying requests in HTTP2 mode via haproxy
The text was updated successfully, but these errors were encountered: