libcurl.js/client/fragments/fix_socket_limit.js
2025-01-10 11:45:52 -05:00

14 lines
207 B
JavaScript

/* DELETE
assert\(sock\.stream\.fd ?< ?64\);
*/
/* DELETE
assert\(!exceptfds, ?['"]exceptfds not supported['"]\);
*/
/* DELETE
assert\(nfds ?<= ?64, ?['"]nfds must be less than or equal to 64['"]\);
*/