From: Jeff Trawick Date: Sat, 29 Mar 2014 14:58:24 +0000 (+0000) Subject: s/comment/self-documenting/ X-Git-Tag: 2.5.0-alpha~4374 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=322ae11788c019692d119229105276af8c04a241;p=apache s/comment/self-documenting/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1583008 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/filters/mod_ext_filter.c b/modules/filters/mod_ext_filter.c index bd72526dbb..1e383f084c 100644 --- a/modules/filters/mod_ext_filter.c +++ b/modules/filters/mod_ext_filter.c @@ -715,7 +715,7 @@ static apr_status_t pass_data_to_filter(ap_filter_t *f, const char *data, /* Yuck... I'd really like to wait until I can read * or write, but instead I have to sleep and try again */ - apr_sleep(100000); /* 100 milliseconds */ + apr_sleep(apr_time_from_msec(100)); ap_log_rerror(APLOG_MARK, APLOG_TRACE6, 0, f->r, "apr_sleep()"); #endif /* APR_FILES_AS_SOCKETS */ }