[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-08-14 (12:57) |
From: | Kiran Pamnany <kiran@c...> |
Subject: | Re: [Caml-list] Matching problem? |
> > Any chance this is because of namespace conflict? > > What else could cause this behavior? > > The first thing that caught my eye yesterday when i read the original > posting was this: > > Unix.Unix_error(UNIX.EINPROGRESS,_,_) > > (notice the incorrect capitalisation of module name), but i assumed > this to be a c&p mistake (which it probably is). > Typo, yes. It is correct (Unix.EINPROGRESS) in the code. Just to repeat the weird part--this code works with one client. The exact same code breaks with a different client. I'd guess that ocamlnet is pretty stable. The problem is unlikely to be in the xmlrpc package either, since that code is also the same across the two clients. But what could be causing this in the broken client? K ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.