Example #1
0
 /**
  *
  */
 public function notifyCompleted()
 {
     $this->request->labels['length'] = strlen($this->request->getBody());
     $this->request->notifyNext(new Event("/httpd/request/end", $this->request, $this->request->labels));
     $this->request->notifyCompleted();
 }