Changes between Initial Version and Version 1 of Ticket #443, comment 22


Ignore:
Timestamp:
2012-04-01T00:04:19Z (13 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #443, comment 22

    initial v1  
    11I added unit tests and a minor tweak.
    22
    3 In jsgf's original patches, the short-circuit behavior was added to the FileDownloader class and would therefore only apply to the "t=None" case. So the problem in comment:15 does not occur.
     3In jsgf's original patches, the short-circuit behavior was added to the !FileDownloader class and would therefore only apply to the "t=None" case. So the problem in comment:15 does not occur.
    44
    55However, we might as well short-circuit when an etag matches for "t=json" etc., in which case the tags do need to be distinguished.