forked from taf2/curb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move easy handles tracking in @requests from C to Ruby
This attempts to address segfaults when curb is used in multithreaded environment. The solution is to move `@requests` handling code to remove unsafe API calls from C (`st.c` is not thread safe). More details can be found here: https://bugs.ruby-lang.org/issues/14357 clean up unused function and unused variables
- Loading branch information
Showing
5 changed files
with
101 additions
and
164 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.