Always clean body on HEAD request
This commit is contained in:
parent
ecb58c11b8
commit
1e32c66cb5
|
|
@ -113,9 +113,7 @@ abstract class Handler implements HandlerInterface
|
||||||
// The default function calls the instance's get() method, then sets
|
// The default function calls the instance's get() method, then sets
|
||||||
// the resonse's body member to an empty string.
|
// the resonse's body member to an empty string.
|
||||||
$this->get();
|
$this->get();
|
||||||
if ($this->response->getStatusCode() == 200) {
|
$this->response->setBody('', false);
|
||||||
$this->response->setBody('', false);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue