merging errors

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

merging errors

Post by newdep »

Hi Lutz,

Is it possible to merge the get-url and put-url errors into the net-error output-list?
This makes tcp errors global.. I dont mean that net-error should check on those but
I mean that the errorlist of net-error will be used with http errors ..

Norman.
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Except for connection errors they are all specfic to get/post/put-url, it also make the module nl-web.c module less independent on other modules, which makes maintenance easier for me.

Lutz

Locked