Adrien Destugues b140a1c340 NetworkAddressResolver: cache needs to be locked
It is not a good idea to have a thread get an address from the request
cache, while another thread is deleting said address as the cache has
grown too large. Add a lock around the cache access to make it safe.
2017-11-21 22:15:32 +01:00
..
2017-11-15 17:52:27 +01:00
2017-07-16 11:35:42 +02:00
2017-11-17 14:27:26 -06:00