Skip to content

Adjust parsing of 'proto' to allow for "HTTP/2.0"#619

Open
trurl wants to merge 1 commit into
librenms:masterfrom
trurl:patch-1
Open

Adjust parsing of 'proto' to allow for "HTTP/2.0"#619
trurl wants to merge 1 commit into
librenms:masterfrom
trurl:patch-1

Conversation

@trurl
Copy link
Copy Markdown

@trurl trurl commented May 10, 2026

In the standard Apache/nginx combined log format http2 request are logged as "HTTP/2.0" (tested with nginx), which "eq" does not catch. This change checks if "proto" contains "HTTP/2" or "HTTP/3".

In the standard Apache/nginx combined log format http2 request are logged as "HTTP/2.0" (tested with nginx), which "eq" does _not_ catch. This change checks if "proto" _contains_ "HTTP/2" or "HTTP/3".
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 10, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants