This commit is contained in:
parent
01e539b88e
commit
9a1923da6a
@ -1,22 +1,13 @@
|
|||||||
Index: apr-1.6.5/test/sendfile.c
|
Index: apr-1.6.5/test/sendfile.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- apr-1.6.5.orig/test/sendfile.c 2013-10-14 15:45:05.000000000 +0200
|
--- apr-1.6.5.orig/test/sendfile.c 2013-10-14 15:45:05.000000000 +0200
|
||||||
+++ apr-1.6.5/test/sendfile.c 2019-02-08 10:46:26.212110629 +0100
|
+++ apr-1.6.5/test/sendfile.c 2019-02-08 10:58:50.731588817 +0100
|
||||||
@@ -256,7 +256,7 @@ static int client(apr_pool_t *p, client_
|
|
||||||
break;
|
|
||||||
case TIMEOUT:
|
|
||||||
/* set a timeout */
|
|
||||||
- rv = apr_socket_timeout_set(sock, 100 * APR_USEC_PER_SEC);
|
|
||||||
+ rv = apr_socket_timeout_set(sock, apr_time_from_sec(100));
|
|
||||||
if (rv != APR_SUCCESS) {
|
|
||||||
aprerr("apr_socket_opt_set(APR_SO_NONBLOCK)", rv);
|
|
||||||
exit(1);
|
|
||||||
@@ -463,7 +463,7 @@ static int client(apr_pool_t *p, client_
|
@@ -463,7 +463,7 @@ static int client(apr_pool_t *p, client_
|
||||||
/* in case this is the non-blocking test, set socket timeout;
|
/* in case this is the non-blocking test, set socket timeout;
|
||||||
* we're just waiting for EOF */
|
* we're just waiting for EOF */
|
||||||
|
|
||||||
- rv = apr_socket_timeout_set(sock, apr_time_from_sec(3));
|
- rv = apr_socket_timeout_set(sock, apr_time_from_sec(3));
|
||||||
+ rv = apr_socket_timeout_set(sock, apr_time_from_sec(100));
|
+ rv = apr_socket_timeout_set(sock, apr_time_from_sec(10));
|
||||||
if (rv != APR_SUCCESS) {
|
if (rv != APR_SUCCESS) {
|
||||||
aprerr("apr_socket_timeout_set()", rv);
|
aprerr("apr_socket_timeout_set()", rv);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user