File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1- version = " 7.45.6 "
1+ version = " 7.45.7 "
22upstream_repository = " https://github.com/pycurl/pycurl"
33
44[tool .stubtest ]
Original file line number Diff line number Diff line change @@ -310,6 +310,7 @@ GSSAPI_DELEGATION_NONE: Final = 0
310310GSSAPI_DELEGATION_POLICY_FLAG : Final = 1
311311HAPROXYPROTOCOL : Final = 274
312312HAPROXY_CLIENT_IP : Final = 10323
313+ ECH : Final = 10325
313314HEADER : Final = 42
314315HEADERFUNCTION : Final = 20079
315316HEADEROPT : Final = 229
@@ -407,6 +408,9 @@ MAXCONNECTS: Final = 71
407408MAXFILESIZE : Final = 30117
408409MAXFILESIZE_LARGE : Final = 30117
409410MAXLIFETIME_CONN : Final = 314
411+ PREREQFUNCTION : Final = 20312
412+ PREREQFUNC_OK : Final = 0
413+ PREREQFUNC_ABORT : Final = 1
410414MAXREDIRS : Final = 68
411415MAX_RECV_SPEED_LARGE : Final = 30146
412416MAX_SEND_SPEED_LARGE : Final = 30145
You can’t perform that action at this time.
0 commit comments