-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Win32: Remove timeout_ms member from apr_socket_t.
* include/arch/win32/apr_arch_networkio.h (apr_socket_t): Remove timeout_ms. * network_io/win32/sendrecv.c (apr_socket_sendfile): Use apr_wait_for_single_object() to wait for sock->timeout. * network_io/win32/sockopt.c (apr_socket_timeout_set): Use local variable instead of sock->timeout_ms. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920120 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information
Ivan Zhakov
committed
Aug 21, 2024
1 parent
e8e615d
commit cf6c66b
Showing
3 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters