Changeset 1592 for trunk/server/common/oursrc/scripts-static-cat
- Timestamp:
- Aug 14, 2010, 12:25:53 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/common/oursrc/scripts-static-cat/StaticCat.hs
r1590 r1592 141 141 case parseRange range size of 142 142 Just (a, b) | a <= b -> return $ Just (a, b) 143 _ -> throw BadRange 143 Just _ -> throw BadRange 144 Nothing -> return Nothing 144 145 145 146 outputAll :: Handle -> FileOffset -> CGI CGIResult
Note: See TracChangeset
for help on using the changeset viewer.