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

Accurate implementation of FCGI Request.beginNanoTime() #10425

Merged
merged 2 commits into from
Aug 29, 2023

Conversation

lorban
Copy link
Contributor

@lorban lorban commented Aug 28, 2023

The implementation is similar to H1: take a nano timestamp at the time the very first byte is parsed, then use that timestamp to create the MetaData.Request.

This is one of the implementations necessary to close #9900.

@lorban lorban requested a review from sbordet August 28, 2023 13:51
@lorban lorban self-assigned this Aug 28, 2023
@joakime joakime added this to the 12.0.x milestone Aug 28, 2023
@lorban lorban requested a review from sbordet August 29, 2023 08:03
@lorban lorban force-pushed the jetty-12.0.x-9900-fcgi-beginNanoTime branch from 93c157d to e0eaa6e Compare August 29, 2023 13:22
Copy link
Contributor

@joakime joakime left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pretty straight forward.

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

Successfully merging this pull request may close these issues.

4 participants