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