@@ -55,7 +55,8 @@ class page_req
$this->dispatch->$method($body);
}
- } while($this->leftcount > 0);
+ }
+ while($this->leftcount > 0);
private function req_item($num_iid)
@@ -45,7 +45,8 @@ abstract class tcp_client
if($ret === false) {
$this->fini_socket();
- } while($ret == false && ++$times < 2);
+ while($ret == false && ++$times < 2);
if($ret == true)
{