mirror of https://github.com/scrapy/scrapy.git
clarify DOWNLOADER_HTTPCLIENTFACTORY docs
This commit is contained in:
parent
83d7360bb7
commit
fe6154e4fa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue