diff --git a/core/bry_http/bry_request.cpp b/core/bry_http/bry_request.cpp index 91881b1..eb6995c 100644 --- a/core/bry_http/bry_request.cpp +++ b/core/bry_http/bry_request.cpp @@ -79,8 +79,7 @@ void BryRequest::reset() { if (response) delete response; -//todo fix - //response = new HttpResponse(); + response = new ::HttpResponse(); } void BryRequest::update() {