mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
This commit is contained in:
committed by
Aleksandar Fabijanic
parent
256b6855fa
commit
ec8a38f3ba
@@ -137,6 +137,12 @@ bool ApacheRequestRec::secure()
|
||||
}
|
||||
|
||||
|
||||
void ApacheRequestRec::setStatus(int status)
|
||||
{
|
||||
_pRec->status = status;
|
||||
}
|
||||
|
||||
|
||||
void ApacheRequestRec::copyHeaders(ApacheServerRequest& request)
|
||||
{
|
||||
const apr_array_header_t* arr = apr_table_elts(_pRec->headers_in);
|
||||
|
||||
Reference in New Issue
Block a user