]> granicus.if.org Git - apache/commitdiff
s/comment/self-documenting/
authorJeff Trawick <trawick@apache.org>
Sat, 29 Mar 2014 14:58:24 +0000 (14:58 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 29 Mar 2014 14:58:24 +0000 (14:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1583008 13f79535-47bb-0310-9956-ffa450edef68

modules/filters/mod_ext_filter.c

index bd72526dbbd86e6b2a6140f92013ca56a51da01c..1e383f084cb220f7234a16fa55bb180b275efa75 100644 (file)
@@ -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 */
             }