[docs] add missing parameter to headers_received signal (#5270)

This commit is contained in:
Eugenio Lacuesta 2021-10-10 05:06:36 -03:00 committed by GitHub
parent d3f1bf79e8
commit 65d60b9692
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -413,7 +413,7 @@ headers_received
.. versionadded:: 2.5
.. signal:: headers_received
.. function:: headers_received(headers, request, spider)
.. function:: headers_received(headers, body_length, request, spider)
Sent by the HTTP 1.1 and S3 download handlers when the response headers are
available for a given request, before downloading any additional content.