]> git.ipfire.org Git - thirdparty/tornado.git/commit
Remove new HTTPRequest.if_modified_since property.
authorBen Darnell <ben@bendarnell.com>
Mon, 23 Dec 2013 22:08:01 +0000 (17:08 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 23 Dec 2013 22:08:01 +0000 (17:08 -0500)
commit34796817d9514a10fedeb73ca95a8989117252c7
tree5d4d8b6cf6a872e3fd929ff15da6bf0261a7ab4a
parentd0e27f1a41d1dff1a52b7f5039d341473472e294
Remove new HTTPRequest.if_modified_since property.

This property was unusual in that its getter returned a value its
setter would not accept, and was redundant with direct access to the
headers.

Use the property setters in the constructor instead of duplicating logic.
tornado/httpclient.py
tornado/test/httpclient_test.py