mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2025-05-02 13:47:56 +02:00
Fix response allocation in BryRequest.
This commit is contained in:
parent
29dabe752f
commit
5c2d97ebbb
@ -79,8 +79,7 @@ void BryRequest::reset() {
|
|||||||
if (response)
|
if (response)
|
||||||
delete response;
|
delete response;
|
||||||
|
|
||||||
//todo fix
|
response = new ::HttpResponse();
|
||||||
//response = new HttpResponse();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void BryRequest::update() {
|
void BryRequest::update() {
|
||||||
|
Loading…
Reference in New Issue
Block a user