mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
parent
8e378779c2
commit
01dcf1d0ad
1 changed files with 0 additions and 2 deletions
|
@ -3308,8 +3308,6 @@ inline bool keep_alive(const std::atomic<socket_t> &svr_sock, socket_t sock,
|
||||||
} else {
|
} else {
|
||||||
return true; // Ready for read
|
return true; // Ready for read
|
||||||
}
|
}
|
||||||
|
|
||||||
std::this_thread::sleep_for(microseconds{interval_usec});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue