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

req.time() documentation #1574

Closed
chemdrew opened this issue Nov 24, 2017 · 2 comments
Closed

req.time() documentation #1574

chemdrew opened this issue Nov 24, 2017 · 2 comments

Comments

@chemdrew
Copy link

  • [x ] Used appropriate template for the issue type
  • [x ] Searched both open and closed issues for duplicates of this issue
  • [x ] Title adequately and concisely reflects the feature or the bug

in docs Request.time() is described as being returned as a number, but is actually a tuple array of [seconds, nanoseconds]

in server.js line 1214
req._time = process.hrtime();

@hekike
Copy link
Member

hekike commented Nov 29, 2017

@chemdrew thanks for reporting this!
It's a bug caused by a previous PR (#1507).

@hekike
Copy link
Member

hekike commented Dec 12, 2017

Closed due to: #1576
Thanks for reporting this!

@hekike hekike closed this as completed Dec 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants