newLISP Fan Club

Forum => newLISP in the real world => Topic started by: newdep on January 09, 2006, 02:29:09 AM

Title: merging errors
Post by: newdep on January 09, 2006, 02:29:09 AM
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.
Title:
Post by: Lutz on January 09, 2006, 07:33:16 AM
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