You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,8 @@ your threads. Do not share connection objects across threads as this would
164
164
mean accessing curl handles from multiple threads at the same time which is
165
165
not allowed.
166
166
167
+
The connection level method SetNoSignal can be set to skip all signal handling. This is important in multi-threaded applications as DNS resolution timeouts use signals. The signal handlers quite readily get executed on other threads. Note that with this option DNS resolution timeouts do not work. If you have crashes in your multi-threaded executable that appear to be in DNS resolution, this is probably why.
168
+
167
169
In order to provide an easy to use API, the simple usage via the static
168
170
methods implicitly calls the curl global functions and is therefore also **not
0 commit comments