Skip to content

Commit

Permalink
Merge pull request #3737 from anubhavp28/anothersmallfix
Browse files Browse the repository at this point in the history
[MRG+1] Fixes a link in comment
  • Loading branch information
kmike committed Apr 12, 2019
2 parents 92fa657 + 4cfdc14 commit 71cfe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapy/extensions/httpcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def should_cache_request(self, request):
return True

def should_cache_response(self, response, request):
# What is cacheable - https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec14.9.1
# What is cacheable - https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.1
# Response cacheability - https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html#sec13.4
# Status code 206 is not included because cache can not deal with partial contents
cc = self._parse_cachecontrol(response)
Expand Down

0 comments on commit 71cfe55

Please sign in to comment.