You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ma...@sergeant.org on 2006/08/22 00:56:28 UTC

[SVN] [107] Don't need to be quite this strict

Revision: 107
Author:   matt
Date:     2006-08-21 22:56:09 +0000 (Mon, 21 Aug 2006)

Log Message:
-----------
Don't need to be quite this strict

Modified Paths:
--------------
    trunk/lib/AxKit2/Client.pm

Modified: trunk/lib/AxKit2/Client.pm
===================================================================
--- trunk/lib/AxKit2/Client.pm	2006-08-21 21:25:46 UTC (rev 106)
+++ trunk/lib/AxKit2/Client.pm	2006-08-21 22:56:09 UTC (rev 107)
@@ -330,8 +330,7 @@
         return $self->hook_response($hd);
     }
     elsif ($ret == OK) {
-        die "Cannot return OK without OUTPUT from xmlresponse" unless $out;
-        $out->output($self);
+        $out->output($self) if $out;
     }
     elsif ($ret == SERVER_ERROR) {
         $self->hook_error($out);