-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Commit 7fb6afb
authored
Add support for CURLINFO_QUEUE_TIME_T in curl_getinfo() (#19147)
This patch adds support for the CURLINFO_QUEUE_TIME_T constant in the
curl_getinfo() function when compiled with libcurl >= 8.6.0.
CURLINFO_QUEUE_TIME_T This constant allows retrieving the time (in
microseconds) that the request spent in libcurl’s connection queue
before it was sent.1 parent 0e80be8 commit 7fb6afb
File tree
5 files changed
+63
-1
lines changed- ext/curl
- tests
5 files changed
+63
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
193 | 193 |
| |
194 | 194 |
| |
195 | 195 |
| |
196 | + | ||
197 | + | ||
198 | + | ||
199 | + | ||
200 | + | ||
196 | 201 |
| |
197 | 202 |
| |
198 | 203 |
| |
| |||
526 | 531 |
| |
527 | 532 |
| |
528 | 533 |
| |
534 | + | ||
529 | 535 |
| |
530 | 536 |
| |
531 | 537 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3054 | 3054 |
| |
3055 | 3055 |
| |
3056 | 3056 |
| |
3057 | + | ||
3058 | + | ||
3059 | + | ||
3060 | + | ||
3061 | + | ||
3062 | + | ||
3063 | + | ||
3057 | 3064 |
| |
3058 | 3065 |
| |
3059 | 3066 |
| |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2571 | 2571 |
| |
2572 | 2572 |
| |
2573 | 2573 |
| |
2574 | + | ||
2575 | + | ||
2576 | + | ||
2577 | + | ||
2578 | + | ||
2574 | 2579 |
| |
2575 | 2580 |
| |
2576 | 2581 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + |
0 commit comments