On Oct 24, 2006, at 14:43, Robert Wagner wrote:

> how about that:
> if an error occours, let the server send a 500 header and the error
> message as a content.
>
> header("HTTP/1.1 500 Internal Server Error");
> print("this cannot be done.");

Agreed. I find error headers to be more elegant and universal  
solution than sending "ERROR" string in a reply.  Will implement this  
soon(ish).

-- 
Mika Tuupola
http://www.appelsiini.net/~tuupola/



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to