summaryrefslogtreecommitdiff
path: root/src/ne_request.h
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-05-19 21:04:27 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2005-05-19 21:04:27 +0000
commite544b1fafc189fd996a8572218d65f3447d0d88c (patch)
tree259cfadbb724e6be570bf77821d43eef276ecb29 /src/ne_request.h
parent9e54ad4a87d82e688433f62ca96926c95d4afe1b (diff)
downloadneon-e544b1fafc189fd996a8572218d65f3447d0d88c.tar.gz
* src/ne_request.h (ne_hook_post_send): Clarify when the post_send
hook runs. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@618 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'src/ne_request.h')
-rw-r--r--src/ne_request.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ne_request.h b/src/ne_request.h
index 73c7736..a9de89c 100644
--- a/src/ne_request.h
+++ b/src/ne_request.h
@@ -249,7 +249,9 @@ typedef void (*ne_pre_send_fn)(ne_request *req, void *userdata,
ne_buffer *header);
void ne_hook_pre_send(ne_session *sess, ne_pre_send_fn fn, void *userdata);
-/* Hook called after the request is sent. May return:
+/* Hook called after the request is dispatched (request sent, and
+ * the entire response read). If an error occurred reading the response,
+ * this hook will not run. May return:
* NE_OK everything is okay
* NE_RETRY try sending the request again.
* anything else signifies an error, and the request is failed. The return