Advertisement
Guest User

Untitled

a guest
Aug 25th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. frame #0: 0x00000001003e7cd7 traffic_server`Http2Stream::set_active_timeout(this=0x000061a00000f080, timeout_in=900000000000) + 103 at Http2Stream.cc:704
  2. 701 {
  3. 702 active_timeout = timeout_in;
  4. 703 clear_active_timer();
  5. -> 704 if (active_timeout > 0) {
  6. 705 active_event = this_ethread()->schedule_in(this, active_timeout);
  7. 706 }
  8. 707 }
  9. (lldb) up
  10. frame #1: 0x000000010025a8a0 traffic_server`HttpSM::attach_client_session(this=0x0000624000068100, client_vc=0x000061a00000f080, buffer_reader=0x000061a00000f188) + 4848 at HttpSM.cc:589
  11. 586 // set up timeouts //
  12. 587 /////////////////////////
  13. 588 client_vc->set_inactivity_timeout(HRTIME_SECONDS(t_state.http_config_param->accept_no_activity_timeout));
  14. -> 589 client_vc->set_active_timeout(HRTIME_SECONDS(t_state.txn_conf->transaction_active_timeout_in));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement