Skip to content

Commit 6a7a882

Browse files
committed
chore: remove wrong fields from generated CurlInfo.ts
1 parent 48fabd3 commit 6a7a882

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

lib/generated/CurlInfo.ts

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@ export interface CurlInfo {
1818
*/
1919
readonly ACTIVESOCKET: 'ACTIVESOCKET'
2020

21-
/**
22-
* and . The time it took from the start until the SSL connect/handshake with the remote host was completed. (Added in 7.19.0) The latter is the integer version (measuring microseconds). (Added in 7.60.0)
23-
*
24-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/APPCONNECT.html](https://curl.haxx.se/libcurl/c/APPCONNECT.html)
25-
*/
26-
readonly APPCONNECT: 'APPCONNECT'
27-
2821
/**
2922
* Time from start until SSL/SSH handshake completed.
3023
*
@@ -53,13 +46,6 @@ export interface CurlInfo {
5346
*/
5447
readonly CONDITION_UNMET: 'CONDITION_UNMET'
5548

56-
/**
57-
* and . The time it took from the start until the connect to the remote host (or proxy) was completed.
58-
*
59-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/CONNECT.html](https://curl.haxx.se/libcurl/c/CONNECT.html)
60-
*/
61-
readonly CONNECT: 'CONNECT'
62-
6349
/**
6450
* Time from start until remote host or proxy completed.
6551
*
@@ -193,13 +179,6 @@ export interface CurlInfo {
193179
*/
194180
readonly LOCAL_PORT: 'LOCAL_PORT'
195181

196-
/**
197-
* and . The time it took from the start until the name resolving was completed.
198-
*
199-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/NAMELOOKUP.html](https://curl.haxx.se/libcurl/c/NAMELOOKUP.html)
200-
*/
201-
readonly NAMELOOKUP: 'NAMELOOKUP'
202-
203182
/**
204183
* Time from start until name resolving completed.
205184
*
@@ -228,13 +207,6 @@ export interface CurlInfo {
228207
*/
229208
readonly OS_ERRNO: 'OS_ERRNO'
230209

231-
/**
232-
* and . The time it took from the start until the file transfer is just about to begin. This includes all pre-transfer commands and negotiations that are specific to the particular protocol(s) involved.
233-
*
234-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/PRETRANSFER.html](https://curl.haxx.se/libcurl/c/PRETRANSFER.html)
235-
*/
236-
readonly PRETRANSFER: 'PRETRANSFER'
237-
238210
/**
239211
* Time from start until just before the transfer begins.
240212
*
@@ -291,13 +263,6 @@ export interface CurlInfo {
291263
*/
292264
readonly PROXYAUTH_AVAIL: 'PROXYAUTH_AVAIL'
293265

294-
/**
295-
* and . The time it took for all redirection steps include name lookup, connect, pretransfer and transfer before final transaction was started. So, this is zero if no redirection took place.
296-
*
297-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/REDIRECT.html](https://curl.haxx.se/libcurl/c/REDIRECT.html)
298-
*/
299-
readonly REDIRECT: 'REDIRECT'
300-
301266
/**
302267
* Total number of redirects that were followed.
303268
*
@@ -452,13 +417,6 @@ export interface CurlInfo {
452417
*/
453418
readonly SSL_VERIFYRESULT: 'SSL_VERIFYRESULT'
454419

455-
/**
456-
* and . The time it took from the start until the first byte is received by libcurl.
457-
*
458-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/STARTTRANSFER.html](https://curl.haxx.se/libcurl/c/STARTTRANSFER.html)
459-
*/
460-
readonly STARTTRANSFER: 'STARTTRANSFER'
461-
462420
/**
463421
* Time from start until just when the first byte is received.
464422
*
@@ -487,13 +445,6 @@ export interface CurlInfo {
487445
*/
488446
readonly TLS_SSL_PTR: 'TLS_SSL_PTR'
489447

490-
/**
491-
* and . Total time of the previous request.
492-
*
493-
* Official libcurl documentation: : [https://curl.haxx.se/libcurl/c/TOTAL.html](https://curl.haxx.se/libcurl/c/TOTAL.html)
494-
*/
495-
readonly TOTAL: 'TOTAL'
496-
497448
/**
498449
* Total time of previous transfer.
499450
*

0 commit comments

Comments
 (0)