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/23 00:21:48 UTC

[SVN] [109] Fix for continuations

Revision: 109
Author:   matt
Date:     2006-08-22 22:21:28 +0000 (Tue, 22 Aug 2006)

Log Message:
-----------
Fix for continuations

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

Modified: trunk/lib/AxKit2/Client.pm
===================================================================
--- trunk/lib/AxKit2/Client.pm	2006-08-22 03:33:20 UTC (rev 108)
+++ trunk/lib/AxKit2/Client.pm	2006-08-22 22:21:28 UTC (rev 109)
@@ -142,7 +142,7 @@
         next unless @r;
         if ($r[0] == CONTINUATION) {
             $self->pause_read();
-            $self->{continuation} = [$hook, [@_], @$todo];
+            $self->{continuation} = [$hook, $args, @$todo];
         }
         last unless $r[0] == DECLINED;
     }