Skip to content

Commit

Permalink
Update sdk/ext/ovirtsdk4c/ov_http_client.c
Browse files Browse the repository at this point in the history
Thanks

Co-authored-by: eremeyev <[email protected]>
  • Loading branch information
sandrobonazzola and eremeyev committed Mar 27, 2024
1 parent 9df97fc commit 9f218e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/ext/ovirtsdk4c/ov_http_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ static int ov_http_client_debug_function(CURL* handle, curl_infotype type, char*
ov_http_transfer_ptr(transfer, transfer_ptr);

/* The global interpreter lock may be acquired or not, so we need to check and either call the task directly
or else call it after acquiring the lock. Note that the `ruby_thread_has_gvl_p` function that we ue to
or else call it after acquiring the lock. Note that the `ruby_thread_has_gvl_p` function that we use to
check if the GVL is acquired is marked as experimental, and not defined in `thread.h`, so it may be
removed at any time, but I didn't find any other way to check if the GVL is acquired. */
context.client = transfer_ptr->client;
Expand Down

0 comments on commit 9f218e8

Please sign in to comment.