class TP2::HTTP1Connection

def monotonic_clock

def monotonic_clock
  ::Process.clock_gettime(::Process::CLOCK_MONOTONIC)
end