mirror of https://github.com/scrapy/scrapy.git
Fix a typo in the FAQ (#5904)
This commit is contained in:
parent
abc9c1ac6f
commit
87c8c51999
|
|
@ -231,8 +231,8 @@ Can I return (Twisted) deferreds from signal handlers?
|
|||
Some signals support returning deferreds from their handlers, others don't. See
|
||||
the :ref:`topics-signals-ref` to know which ones.
|
||||
|
||||
What does the response status code 999 means?
|
||||
---------------------------------------------
|
||||
What does the response status code 999 mean?
|
||||
--------------------------------------------
|
||||
|
||||
999 is a custom response status code used by Yahoo sites to throttle requests.
|
||||
Try slowing down the crawling speed by using a download delay of ``2`` (or
|
||||
|
|
|
|||
Loading…
Reference in New Issue