Changeset 6687
- Timestamp:
- 06/29/12 15:29:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4/prototype/plugins/davicalCliente/caldav-client-v2.php
r6057 r6687 279 279 fclose($fip); 280 280 281 list( $this->httpResponseHeaders, $this->httpResponseBody ) = preg_split( ' /{\r?\n\r?\n}s/', $response, 2 );281 list( $this->httpResponseHeaders, $this->httpResponseBody ) = preg_split( '{\r?\n\r?\n}s', $response, 2 ); 282 282 if ( preg_match( '{Transfer-Encoding: chunked}i', $this->httpResponseHeaders ) ) $this->Unchunk(); 283 283
Note: See TracChangeset
for help on using the changeset viewer.