-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Description
I did this
Since curl-8.16.0~rc3, we saw a failing test suite for ruby-ethon (libcurl wrapper) - typhoeus/ethon#269
It seems that the issue might be caused by the introduction of dirty bit logic by:
- multi: add dirty bitset #17662
More specifically, by commit: 6080143
Before 8.16.0, the return value contained two values [0, -1]. However, with the libcurl curl-8.16.0~rc3, there is just one entry [0]. Probably because -1 is now represented internally by the dirty bit.
I expected the following
Is this change in behavior expected? Thank you.
curl/libcurl version
curl 8.16.0+
operating system
Fedora Linux 44
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels