Show
Ignore:
Timestamp:
08/28/10 23:47:53 (21 months ago)
Author:
Antti-Juhani Kaijanaho <antti-juhani@…>
Children:
62231ec0359b34f6a82b6688a7af97f2eb2ede10
Parents:
e044cc70b8bbba183fdf396ddbc00b2407eb5bea
git-committer:
Antti-Juhani Kaijanaho <antti-juhani@…> (08/28/10 23:47:53)
Message:

[http::connection] Kill idle connections.

Signed-off-by: Antti-Juhani Kaijanaho <antti-juhani@…>

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • http/connection.hh

    r6197546 r8fab37d  
    8383 
    8484                boost::posix_time::ptime startup_timestamp; 
     85                boost::posix_time::ptime request_timestamp; 
     86                size_t num_requests; 
     87                bool idle; 
    8588 
    8689                boost::asio::streambuf readbuf;