SuperCurl to provide a re-usable curl options stack and just change options that are different from one call to the next

This commit is contained in:
redmatrix
2016-06-23 20:05:57 -07:00
parent 51e2ef39c2
commit fa02a09107
2 changed files with 112 additions and 1 deletions

View File

@@ -45,7 +45,6 @@ class CalDAVClient {
}
private function set_data($s) {
logger('set data called');
$this->request_data = $s;
$this->filepos = 0;
}