Skip to content

Fix HTTP/2 issue with PCF

Stefan Spettel requested to merge fix_n7_http2 into develop

Issue

When using HTTP/2, the PCF sends the location header in lower-case, which is not matched.

Fix

Make the location header case-insensitive

Merge request reports