summaryrefslogtreecommitdiff
path: root/src/ne_session.h
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-08-22 11:55:38 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2007-08-22 11:55:38 +0000
commit83cbe42d358262e9529c9a2c9f55b99f3d2fcba3 (patch)
tree4b9f59ea2046fc9bbf4d2b9181ed0bd227923957 /src/ne_session.h
parent01e94eef995d3d6a71bcb4748a0fc9a5b01d4e28 (diff)
downloadneon-83cbe42d358262e9529c9a2c9f55b99f3d2fcba3.tar.gz
* src/ne_session.h: Fix description of total counter for response
progress. * test/request.c (status_chunked): New test. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1237 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'src/ne_session.h')
-rw-r--r--src/ne_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ne_session.h b/src/ne_session.h
index 25f06eb..2550a09 100644
--- a/src/ne_session.h
+++ b/src/ne_session.h
@@ -135,7 +135,7 @@ typedef union ne_session_status_info_u {
const char *hostname;
} cd;
struct /* ne_status_sending and ne_status_recving */ {
- /* Request/response body transfer progress; if total == 0, the
+ /* Request/response body transfer progress; if total == -1, the
* total size is unknown; else 0 <= progress <= total: */
ne_off_t progress, total;
} sr;