remove duplicate comment
authorDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 31 Jul 2013 07:29:24 +0000 (09:29 +0200)
committerDieter Verfaillie <dieterv@optionexplicit.be>
Wed, 31 Jul 2013 07:29:24 +0000 (09:29 +0200)
This is already mentioned at line 357...

requests/models.py

index 2439153..15a0777 100644 (file)
@@ -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: