Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-04-20 02:07:38 -0700 (Tue, 20 Apr 2004)
Revision: 5679
Log message:
- For Last-modified, do not forget to add 1900 to the year.
- Fixed the problem with accessing directories in /inputs. I got the backtrace
of this problem and it appears to be that open_in succeeds on directories and
only the input function (in Http_simple.copy) raises the Sys_error exception.
I ended up adding an explicit Unix.stat.
Changes | Path |
+1 -1 | metaprl/mllib/http_simple.ml |
+7 -2 | metaprl/support/shell/browser_copy.mll |
+18 -17 | metaprl/support/shell/shell_browser.ml |