Merge in master.
This commit is contained in:
commit
3b4ef2cf15
26 changed files with 565 additions and 65 deletions
|
|
@ -90,7 +90,7 @@ class FakeKey(object):
|
|||
@property
|
||||
def response_dict(self):
|
||||
res = {
|
||||
'etag': self.etag,
|
||||
'Etag': self.etag,
|
||||
'last-modified': self.last_modified_RFC1123,
|
||||
'content-length': str(len(self.value)),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue