Changes between Initial Version and Version 1 of Ticket #443, comment 22
- Timestamp:
- 2012-04-01T00:04:19Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #443, comment 22
initial v1 1 1 I added unit tests and a minor tweak. 2 2 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.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. 4 4 5 5 However, we might as well short-circuit when an etag matches for "t=json" etc., in which case the tags do need to be distinguished.