From: Glyn M. <gly...@gm...> - 2009-06-16 06:38:55
|
Hi Matt, 2009/6/16 Matt Trentini <mat...@gm...> > Hello folks, > > What's the recommended way to handle HTTP timeouts with cpp-netlib? > > We could use a deadline_timer but, externally, we don't have access to > the io_service (so we'd need to push the timeout handline into the > library). In fact this solution is discussed in a boost forum thread > started by our own Dean: > > http://lists.boost.org/Archives/boost/2007/04/120290.php > > Looks remarkably similar to what we require! :) > I think that's the right solution, and I believe that's what Dean refers to in his post here: http://tinyurl.com/n32dqf* * > > So.....has anyone done this before? Shall I roll up my sleeves and > start coding a solution into cpp-netlib or has someone already begun? > I don't think anyone is working on this. If you want to start then please do :) Regards, Glyn |