We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02df424 commit e8a9683Copy full SHA for e8a9683
cachecontrol/controller.py
@@ -490,7 +490,7 @@ def update_cached_response(
490
#
491
# The server isn't supposed to send headers that would make
492
# the cached body invalid. But... just in case, we'll be sure
493
- # to strip out ones we know that might be problmatic due to
+ # to strip out ones we know that might be problematic due to
494
# typical assumptions.
495
excluded_headers = ["content-length"]
496
0 commit comments