Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement HTTP/2 access logging #10706

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Implement HTTP/2 access logging #10706

merged 1 commit into from
Apr 16, 2024

Conversation

yawkat
Copy link
Member

@yawkat yawkat commented Apr 12, 2024

Another feature for #10596.

The session ID test fails because micronaut-session uses a channel attribute that we cannot support with HTTP/2. It's flawed even for HTTP/1, but would probably need an API change to fix.

Another feature for #10596.

The session ID test fails because micronaut-session uses a channel attribute that we cannot support with HTTP/2. It's flawed even for HTTP/1, but would probably need an API change to fix.
@yawkat yawkat added the type: improvement A minor improvement to an existing feature label Apr 12, 2024
@yawkat yawkat added this to the 4.4.2 milestone Apr 12, 2024
@yawkat yawkat requested a review from sdelamo April 12, 2024 11:18
Copy link

sonarcloud bot commented Apr 12, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
13.6% Coverage on New Code (required ≥ 70%)

See analysis details on SonarCloud

@sdelamo sdelamo merged commit e0c44db into 4.4.x Apr 16, 2024
16 of 17 checks passed
@sdelamo sdelamo deleted the h2-access branch April 16, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants