mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Make mappings unlimited on NT
This change might also fix fork() in certain cases on NT.
This commit is contained in:
parent
ab64c746cc
commit
34b68f1945
31 changed files with 356 additions and 127 deletions
|
@ -388,7 +388,7 @@ int RunOnHost(char *spec) {
|
|||
do {
|
||||
Connect();
|
||||
EzFd(g_sock);
|
||||
EzHandshake();
|
||||
EzHandshake(); /* TODO(jart): Backoff on MBEDTLS_ERR_NET_CONN_RESET */
|
||||
SendRequest();
|
||||
} while ((rc = ReadResponse()) == -1);
|
||||
return rc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue