Roman Podolyaka 27e904af69 Use HTTP keep-alive feature in HTTPClient class
Currently  HTTPClient creates a new TCP connection for each
API request. We could actually reuse created connections by
relying upon HTTP keep-alive feature.  That would enable us
to do a few queries in a row more efficiently.

Fixes bug 1170385.

Change-Id: Ie6d8fb9670938e3790017509a242630b67abd794
2013-04-19 09:46:17 +03:00
..
2013-04-08 12:15:03 -04:00
2013-04-17 13:51:37 +00:00
2013-04-08 12:15:03 -04:00
2013-04-10 15:53:54 -07:00