clarify DOWNLOADER_HTTPCLIENTFACTORY docs

This commit is contained in:
Mikhail Korobov 2020-05-04 18:18:38 +05:00
parent 83d7360bb7
commit fe6154e4fa
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@ connections (for ``HTTP10DownloadHandler``).
HTTP/1.0 is rarely used nowadays so you can safely ignore this setting,
unless you really want to use HTTP/1.0 and override
:setting:`DOWNLOAD_HANDLERS_BASE` for ``http(s)`` scheme accordingly,
:setting:`DOWNLOAD_HANDLERS` for ``http(s)`` scheme accordingly,
i.e. to ``'scrapy.core.downloader.handlers.http.HTTP10DownloadHandler'``.
.. setting:: DOWNLOADER_CLIENTCONTEXTFACTORY