Skip to content

Instantly share code, notes, and snippets.

@rtyler
Created October 26, 2020 16:33
Show Gist options
  • Save rtyler/74ba5cb97fe5a46a41521ce4d167ce0f to your computer and use it in GitHub Desktop.
Save rtyler/74ba5cb97fe5a46a41521ce4d167ce0f to your computer and use it in GitHub Desktop.
TRACE async_h1::server::encode > ServerEncoder state: Start -> ComputeHead
TRACE async_h1::server::encode > ServerEncoder state: ComputeHead -> EncodeHead
TRACE async_h1::server::encode > ServerEncoder state: EncodeHead -> EncodeFixedBody
TRACE async_h1::server::encode > ServerEncoder state: EncodeFixedBody -> End
TRACE async_h1::server::encode > ServerEncoder 117 bytes written
TRACE async_io::driver > main_loop: sleeping for 750 us
TRACE async_h1::server::encode > ServerEncoder 0 bytes written
TRACE polling::epoll > modify: epoll_fd=3, fd=7, ev=Event { key: 1, readable: true, writable: false }
TRACE polling > Poller::notify()
TRACE polling::epoll > notify: epoll_fd=3, event_fd=4
TRACE polling::epoll > new events: epoll_fd=3, res=1
TRACE polling::epoll > modify: epoll_fd=3, fd=4, ev=Event { key: 18446744073709551615, readable: true, writable: false }
TRACE async_io::driver > block_on: sleep until notification
TRACE async_io::reactor > process_timers: 0 ready wakers
TRACE async_io::reactor > react: 0 ready wakers
TRACE async_io::driver > block_on: stops hogging the reactor
TRACE async_io::driver > main_loop: notified
TRACE async_io::driver > main_loop: waiting on I/O
TRACE async_io::reactor > process_timers: 0 ready wakers
TRACE polling > Poller::wait(_, Some(59.999530532s))
TRACE polling::epoll > wait: epoll_fd=3, timeout=Some(59.999530532s)
TRACE polling::epoll > modify: epoll_fd=3, fd=5, ev=Event { key: 18446744073709551615, readable: true, writable: false }
TRACE polling::epoll > new events: epoll_fd=3, res=1
TRACE polling::epoll > modify: epoll_fd=3, fd=4, ev=Event { key: 18446744073709551615, readable: true, writable: false }
TRACE async_io::reactor > react: 1 ready wakers
TRACE async_io::driver > main_loop: sleeping for 50 us
TRACE polling > Poller::notify()
TRACE async_io::driver > block_on: waiting on I/O
TRACE polling::epoll > notify: epoll_fd=3, event_fd=4
TRACE async_io::reactor > process_timers: 0 ready wakers
TRACE async_io::driver > main_loop: sleeping for 75 us
TRACE polling > Poller::wait(_, Some(59.980470897s))
TRACE polling::epoll > wait: epoll_fd=3, timeout=Some(59.980470897s)
TRACE polling::epoll > remove: epoll_fd=3, fd=7
TRACE polling::epoll > modify: epoll_fd=3, fd=5, ev=Event { key: 18446744073709551615, readable: true, writable: false }
TRACE polling::epoll > new events: epoll_fd=3, res=1
TRACE async_io::driver > main_loop: sleeping for 100 us
TRACE polling::epoll > modify: epoll_fd=3, fd=4, ev=Event { key: 18446744073709551615, readable: true, writable: false }
ERROR tide::listener::tcp_listener > async-h1 error
TRACE async_io::reactor > process_timers: 0 ready wakers
TRACE async_io::reactor > react: 0 ready wakers
TRACE async_io::driver > block_on: waiting on I/O
TRACE async_io::driver > block_on: sleep until notification
TRACE async_io::reactor > process_timers: 0 ready wakers
TRACE async_io::driver > main_loop: sleeping for 250 us
TRACE polling > Poller::wait(_, None)
TRACE polling::epoll > wait: epoll_fd=3, timeout=None
TRACE polling::epoll > modify: epoll_fd=3, fd=5, ev=Event { key: 18446744073709551615, readable: true, writable: false }
TRACE async_io::driver > main_loop: sleeping for 500 us
TRACE async_io::driver > main_loop: sleeping for 750 us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment