http: fix timeout handling
commited08f98d5dcf5193155d210685eb7898807fbda0
authorStefan Becker <chemobejk@gmail.com>
Sun, 24 Mar 2013 13:25:44 +0000 (24 15:25 +0200)
committerStefan Becker <chemobejk@gmail.com>
Sun, 24 Mar 2013 13:25:44 +0000 (24 15:25 +0200)
tree9409491e064b633e089e5a495d0f8f96ae09a655
parent23503a424299a74c5fc1ecaa5012c870da85049b
http: fix timeout handling

Using relative timeouts doesn't really work when you need to figure out
when to reschedule the timer. Change timeouts to be in seconds from
epoch.

Move ownership of host:port key from hash table to connection private
data structure. That allows us to use that string even when the hash
table entry gets destroyed.
src/core/sipe-http-transport.c