Update to unmodified curl 7.64.1#12
Update to unmodified curl 7.64.1#12cmb69 wants to merge 1 commit intowinlibs:masterfrom cmb69:curl-7.64.1
Conversation
|
@weltling @cmb69 The test script does not segfault (as was the original bug), but fails anyway. That might be because the script uses pipelining: Pipelining has been removed from Curl now: curl/curl@2f44e94 Long story, short: the test script is obsolete in the next version of Curl. In fact, maybe the bug itself was caused by pipelining of which @bagder said that
Quote from curl/curl@2f44e94#commitcomment-33220187 Would not it be better to ignore bug 76675 and remove it from the PHP curl code? See my comment in the bug report as well: https://bugs.php.net/bug.php?id=76675 |
|
@Jan-E thanks for the ping. There is no plan to upgrade to this cURL version. Probably we should abandon this PR. If the upcoming versions of cURL don't support pipelining, it might need additional fixes on the PHP side, lets see. But the test should be kept for those versions that support pipelining. Thansk. |
|
This test does not use HTTP/1 pipelining (i.e. Anyhow, since we're not planning to update to 7.64.1, I'm closing this PR. |
No description provided.