Changeset 8bea7a4
- Timestamp:
- 01/05/12 20:53:22 (4 months ago)
- Branches:
- master
- Children:
- f05d3e3
- Parents:
- 8f2c6c5 (diff), 008aa2e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - git-author:
- Michiel Rook <mrook@…> (01/05/12 20:53:22)
- git-committer:
- Michiel Rook <mrook@…> (01/05/12 20:53:22)
- File:
-
- 1 edited
-
classes/phing/tasks/ext/HttpGetTask.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
classes/phing/tasks/ext/HttpGetTask.php
r8f2c6c5 r008aa2e 98 98 $this->log("Fetching " . $this->url); 99 99 100 $request = new HTTP_Request2($this->url, $config);100 $request = new HTTP_Request2($this->url, '', $config); 101 101 $response = $request->send(); 102 102 if ($response->getStatus() != 200) {
Note: See TracChangeset
for help on using the changeset viewer.
