Closed Castaglia closed 3 years ago
The scope of this improvement is to have mod_proxy_protocol store certain PROXY protocol V2 TLVs as session notes, namely:
mod_proxy_protocol
%{note:mod_proxy_protocol.alpn}
%{note:mod_proxy_protocol.authority}
%{note:mod_proxy_protocol.unique-id}
This allows other modules to make use of these values, when present.
The scope of this improvement is to have
mod_proxy_protocol
store certain PROXY protocol V2 TLVs as session notes, namely:%{note:mod_proxy_protocol.alpn}
)%{note:mod_proxy_protocol.authority}
)%{note:mod_proxy_protocol.unique-id}
)This allows other modules to make use of these values, when present.