diff options
Diffstat (limited to 'tests/requests/tests.py')
| -rw-r--r-- | tests/requests/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/requests/tests.py b/tests/requests/tests.py index e1c25a2f6d..45e33ea651 100644 --- a/tests/requests/tests.py +++ b/tests/requests/tests.py @@ -346,7 +346,7 @@ class RequestsTests(SimpleTestCase): Multipart POST requests with Content-Length >= 0 are valid and need to be handled. """ # According to: - # http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13 + # https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.13 # Every request.POST with Content-Length >= 0 is a valid request, # this test ensures that we handle Content-Length == 0. payload = FakePayload("\r\n".join([ |
