Fix typo in comment

This commit is contained in:
Paul Tremberth 2016-02-21 00:49:41 +01:00
parent e25052e4ef
commit 2bcaff97b4
1 changed files with 1 additions and 1 deletions

View File

@ -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