1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 16:43:44 +02:00
Files
archived-php-src/ext/curl/tests
Nikita Popov 30e791ed56 Fix curl_copy_handle() with CURLINFO_HEADER_OUT
The CURLOPT_DEBUGDATA will point to the old curl handle after
copying. Update it to point to the new handle.

We don't separately store whether CURLINFO_HEADER_OUT is enabled,
so I'm doing this unconditionally. It should be harmless if
CURLOPT_DEBUGFUNCTION is not used.
2021-08-31 17:06:41 +02:00
..
2020-01-07 15:28:48 +01:00
2019-09-30 17:51:41 +02:00
2018-11-26 13:20:51 +01:00
2019-01-18 12:04:25 +01:00
2019-03-15 18:11:51 +00:00
2019-07-18 14:40:47 +02:00
2019-12-28 11:00:37 +01:00
2020-06-26 12:28:39 +02:00
2014-12-16 10:15:17 -08:00