summaryrefslogtreecommitdiff
path: root/include/apr_network_io.h
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-07-08 20:55:13 +0000
committerIvan Zhakov <ivan@apache.org>2022-07-08 20:55:13 +0000
commit407ad9f12f81ca572a0dd6ca1be9ae78fac4cb3e (patch)
treef32898df4cd25c2acc1e6f9a5d8e9a55480a118a /include/apr_network_io.h
parente0132550068aab858bac67b5dbb409ccc14a3e20 (diff)
downloadapr-407ad9f12f81ca572a0dd6ca1be9ae78fac4cb3e.tar.gz
Replace tabs to spaces.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902583 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_network_io.h')
-rw-r--r--include/apr_network_io.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index d47592625..b3536d802 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -83,16 +83,16 @@ extern "C" {
* again when NOPUSH is turned off
*/
#define APR_INCOMPLETE_READ 4096 /**< Set on non-blocking sockets
- * (timeout != 0) on which the
- * previous read() did not fill a buffer
- * completely. the next apr_socket_recv()
- * will first call select()/poll() rather than
- * going straight into read(). (Can also
- * be set by an application to force a
- * select()/poll() call before the next
- * read, in cases where the app expects
- * that an immediate read would fail.)
- */
+ * (timeout != 0) on which the
+ * previous read() did not fill a buffer
+ * completely. the next apr_socket_recv()
+ * will first call select()/poll() rather than
+ * going straight into read(). (Can also
+ * be set by an application to force a
+ * select()/poll() call before the next
+ * read, in cases where the app expects
+ * that an immediate read would fail.)
+ */
#define APR_INCOMPLETE_WRITE 8192 /**< like APR_INCOMPLETE_READ, but for write
* @see APR_INCOMPLETE_READ
*/