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-03-26 05:54:48 +00:00
2011-08-03 16:36:03 -04:00
2013-04-10 19:04:26 +09:00
2013-04-02 18:37:27 -04:00
2013-03-13 20:12:23 -04:00
2013-04-19 09:46:17 +03:00
2013-03-13 20:12:23 -04:00
2013-04-17 13:51:37 +00:00
2013-04-17 13:51:37 +00:00
2013-04-17 13:51:37 +00:00
2013-04-17 13:51:37 +00:00
2013-03-13 20:12:23 -04:00
2012-12-20 03:14:39 -08:00
2013-04-17 13:51:37 +00:00
2012-01-10 16:24:43 -08:00
2013-04-02 18:37:27 -04:00
2012-01-10 16:24:43 -08:00
2013-04-17 13:51:37 +00:00
2013-03-12 10:32:42 +01:00
2013-03-13 20:12:23 -04:00
2013-02-18 20:14:53 +00:00
2011-12-14 14:44:26 -05:00
2012-12-12 21:26:10 +00:00
2013-04-17 13:51:37 +00:00
2013-03-13 20:12:23 -04:00
2013-04-11 17:11:08 +08:00
2011-12-14 14:44:26 -05:00
2012-09-14 16:17:05 +01:00
2013-04-10 15:53:54 -07:00
2013-04-02 18:37:27 -04:00
2013-04-14 22:49:00 +00:00
2012-01-24 15:32:34 -05:00
2011-08-03 17:41:33 -04:00
2011-08-03 16:36:03 -04:00