Skip to content

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

Merged
VVelox merged 1 commit into
librenms:masterfrom
trurl:patch-1
Jun 7, 2026
Merged

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

Conversation

@trurl

@trurl trurl commented May 10, 2026

Copy link
Copy Markdown
Contributor

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

CLAassistant commented May 10, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@VVelox VVelox merged commit beeb995 into librenms:master Jun 7, 2026
3 checks passed
@VVelox

VVelox commented Jun 7, 2026

Copy link
Copy Markdown
Collaborator

thanks!

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.

3 participants