* Nathan Kurz <[EMAIL PROTECTED]> [2006-06-16 03:00]:
>     $c->response->status(204);
>     $c->response->body( '204 Not Changed' );

This has nothing to do with your question, but are you sure you
don’t mean 304 there? 204 is “No Content” and is the code that
should be returned for PUT or DELETE requests…

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

_______________________________________________
List: [email protected]
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to