Skip to content
Snippets Groups Projects
Commit 68ee0304 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

renamed variable initialization in HTTPClient

parent b66a6bd4
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ class HTTPClient {
var $redirect_count;
// read these after a successful request
var $resp_status;
var $status;
var $resp_body;
var $resp_headers;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment