Merge branch 'refs/heads/master' into 0.2-beta

This commit is contained in:
Chris Boden 2012-07-13 01:16:08 -04:00
commit 5755a5f739

View File

@ -109,6 +109,8 @@ class IoServer {
} catch (\Exception $e) {
$this->handleError($e, $conn);
}
unset($conn->decor);
}
/**