mirror of https://github.com/scrapy/scrapy.git
Fix typo in comment
This commit is contained in:
parent
e25052e4ef
commit
2bcaff97b4
|
|
@ -215,7 +215,7 @@ class ScrapyAgent(object):
|
|||
bodyproducer = None
|
||||
# Setting Content-Length: 0 even for POST requests is not a
|
||||
# MUST per HTTP RFCs, but it's common behavior, and some
|
||||
# server require this otherwise returing HTTP 411
|
||||
# servers require this, otherwise returning HTTP 411 Length required
|
||||
#
|
||||
# RFC 7230#section-3.3.2:
|
||||
# "a Content-Length header field is normally sent in a POST
|
||||
|
|
|
|||
Loading…
Reference in New Issue