nghttpx: Avoid std::chrono::high_resolution_clock as wall clock
This is because std::chrono::high_resolution_clock may not be wall clock; it may be alias of std::chrono::stead_clock.
Showing
Please register or sign in to comment
This is because std::chrono::high_resolution_clock may not be wall clock; it may be alias of std::chrono::stead_clock.