Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CURLOPT_UNIX_SOCKET_PATH is not supported #120

Closed
TorstenDittmann opened this issue Sep 27, 2021 · 1 comment · Fixed by #121
Closed

CURLOPT_UNIX_SOCKET_PATH is not supported #120

TorstenDittmann opened this issue Sep 27, 2021 · 1 comment · Fixed by #121
Labels
enhancement New feature or request

Comments

@TorstenDittmann
Copy link
Sponsor

This part with curl hooks enabled:

 \curl_setopt($ch, CURLOPT_UNIX_SOCKET_PATH, '/var/run/docker.sock');

results into following error message:

Fatal error: Uncaught Swoole\Curl\Exception: swoole_curl_setopt(): option[10231] is not supported in @swoole-src/library/core/Curl/Handler.php:655

Is there a chance that this can be implemented?

@sy-records
Copy link
Member

Thank you for your feedback, I will add it later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants