pendpage_try_addflush signature changed
[brisk.git] / web / spush / brisk-spush.phh
index 3de49ef..7f95316 100644 (file)
@@ -58,7 +58,7 @@ class PendingPage {
       // if timeout or max content dimension is exceeded move to flushing
   }
 
-  static function pendingpage_flushing($socket, $enc, $curtime, $kalive, $header_out, $body)
+  static function pendingpage_flushing($socket, $curtime, $kalive, $enc, $header_out, $body)
   {
       $thiz = new PendingPage($socket);