[docs] Mention that signals.bytes_received could be fired multiple times

This commit is contained in:
Eugenio Lacuesta 2020-01-27 13:29:33 -03:00
parent 613fd41f44
commit 4ffd18fb11
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 2 additions and 1 deletions

View File

@ -165,7 +165,8 @@ bytes_received
.. function:: bytes_received(data, request, spider)
Sent by the HTTP 1.1 download handler when a group of bytes is
received for a specific request.
received for a specific request. This signal might be fired
multiple times for the same request.
This signal does not support returning deferreds from its handlers.