mirror of https://github.com/scrapy/scrapy.git
core: fix verb tense in http2 stream comment (#7778)
'needs to be send' -> 'needs to be sent'. Comment-only, no functional change.
This commit is contained in:
parent
96195e4a61
commit
e710b9c18e
|
|
@ -315,7 +315,7 @@ class Stream:
|
|||
0, self.metadata["remaining_content_length"]
|
||||
)
|
||||
|
||||
# End the stream if no more data needs to be send
|
||||
# End the stream if no more data needs to be sent
|
||||
if self.metadata["remaining_content_length"] == 0:
|
||||
self._protocol.conn.end_stream(self.stream_id)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue