Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-10-27 17:53:12 -0700 (Thu, 27 Oct 2005)
Revision: 8012
Log message:
Fixed a few of "unused variable" warnings. These have uncovered a real bug -
the code intended to only listed on localhost when SSL is disabled, but was in
fact listening on "any", regardless of whether SSL is enabled or not.
Changes | Path |
+1 -1 | metaprl/mllib/env_arg.ml |
+2 -2 | metaprl/mllib/http_simple.ml |