summaryrefslogtreecommitdiff
path: root/include/httpd.h
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2022-02-04 12:33:37 +0000
committerStefan Eissing <icing@apache.org>2022-02-04 12:33:37 +0000
commit4d98c77947f42288e61c826100a1da4c3f787a2a (patch)
tree69c2a6cb60308249c97f06dc6d45d5ae0fcee598 /include/httpd.h
parent662495f8dbabe17a6e2e2b7ae63b45c37c886268 (diff)
downloadhttpd-trunk-ssl-handshake-nonblocking.tar.gz
*) core/mpm_event/mod_ssl: make SSL handshakes non-blocking.trunk-ssl-handshake-nonblocking
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/trunk-ssl-handshake-nonblocking@1897762 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h
index dfd0304093..906bed6927 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -465,6 +465,9 @@ AP_DECLARE(const char *) ap_get_server_built(void);
*/
#define SUSPENDED -3 /**< Module will handle the remainder of the request.
* The core will never invoke the request again, */
+#define AGAIN -4 /**< Module wants to be called again when
+ * more data is availble.
+ */
/** Returned by the bottom-most filter if no data was written.
* @see ap_pass_brigade(). */