[enh] use one single http connection pool : improve response time. close #100

This commit is contained in:
dalf 2015-01-21 11:33:16 +01:00
parent a865e6672f
commit d07cfd9089
5 changed files with 65 additions and 5 deletions

View file

@ -1,6 +1,6 @@
import json
from requests import get
from urllib import urlencode
from searx.poolrequests import get
from searx.utils import format_date_by_locale
result_count = 1