mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-12 21:22:31 +00:00
* Allow binding of the SCGI socket to a specific address, and added
"scgi_dont_route" variable. git-svn-id: svn://rakshasa.no/libtorrent/trunk/rtorrent@908 e378c898-3ddf-0310-93e7-cc216c733640
This commit is contained in:
@@ -67,7 +67,7 @@ SCgiTask::open(SCgi* parent, int fd) {
|
||||
control->poll()->insert_read(this);
|
||||
control->poll()->insert_error(this);
|
||||
|
||||
scgiTimer = rak::timer::current();
|
||||
// scgiTimer = rak::timer::current();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user