mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
remove duplicate comment
This is already mentioned at line 357...
This commit is contained in:
@@ -384,9 +384,6 @@ class PreparedRequest(RequestEncodingMixin, RequestHooksMixin):
|
||||
self.headers['Content-Length'] = str(length)
|
||||
else:
|
||||
self.headers['Transfer-Encoding'] = 'chunked'
|
||||
# Check if file, fo, generator, iterator.
|
||||
# If not, run through normal process.
|
||||
|
||||
else:
|
||||
# Multi-part file uploads.
|
||||
if files:
|
||||
|
||||
Reference in New Issue
Block a user