summaryrefslogtreecommitdiff
path: root/daemon/httpauthd.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-08-17 20:59:04 +0000
committerStef Walter <stef@memberwebs.com>2004-08-17 20:59:04 +0000
commitd92564c87818157b09ddfbf3314406b765ca390a (patch)
treedc37024dded77c30d769852cce0952f1b886f36c /daemon/httpauthd.h
parent4af582bf3aa65e0a4ebb5723047c4d1e94d12f15 (diff)
- Changed 'goto finally' to RETURN(xx)
- Added MYSQL support and tested it.
Diffstat (limited to 'daemon/httpauthd.h')
-rw-r--r--daemon/httpauthd.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/daemon/httpauthd.h b/daemon/httpauthd.h
index 680994e..1067d8d 100644
--- a/daemon/httpauthd.h
+++ b/daemon/httpauthd.h
@@ -164,9 +164,12 @@ typedef struct ha_request
ha_context_t* context;
const char* digest_domain;
- /* The buffer in use */
+ /* The buffer in use for the request */
ha_buffer_t* buf;
+ /* The buffer in use for the connection */
+ ha_buffer_t* conn_buf;
+
int resp_code; /* The response code */
const char* resp_detail; /* The details for response */
ha_header_t resp_headers[HA_MAX_HEADERS]; /* Headers for the response */