Bugfix: the pipeline command buffer is not correctly reinitialized after CommandPipeline->flushPipeline.

This commit is contained in:
Daniele Alessandri
2010-02-26 22:42:09 +01:00
parent 47d34531e3
commit dac4d87a60
+1
View File
@@ -439,6 +439,7 @@ class CommandPipeline {
$this->_returnValues[] = $connection->readResponse($commands[$i]);
unset($commands[$i]);
}
$this->_pipelineBuffer = array();
return $this;
}