Le 15/10/2019 à 00:26, PiBa-NL a écrit :
Hi Christopher,

It seems you fixed/changed the issue i noticed below a few minutes ago
in commit 452e578 :) , thanks.
One question remaining about this on my side is if it is expected that
some platforms will use 'normalized' URI and others platforms just the
regular / ?

Hi Pieter,

Since recent changes in the H2 code, URI are now normalized when an H2 client uses absolute form for its requests. It means if an H2 client sends a request with :authority, :scheme and :path pseudo-headers, internally, the corresponding absolute URI will be used. Thus, this absolute URI will be reported in the logs. It is independent on the platform. Note that most of time, H2 clients use the absolute form for their requests.

--
Christopher Faulet

Reply via email to