Commit 54c887d8231b5778b2b76ddd6dce263422303ae3

Azat Khuzhin 2014-11-12T20:23:46

http: use IP address that we got before (if any) during retrying Before this patch every time we are retrying our request we resolve domain, but we could optimize this (since UDP is slow) by using cached conn_address value, so do this.