From d92564c87818157b09ddfbf3314406b765ca390a Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 17 Aug 2004 20:59:04 +0000 Subject: - Changed 'goto finally' to RETURN(xx) - Added MYSQL support and tested it. --- daemon/httpauthd.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'daemon/httpauthd.h') 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 */ -- cgit v1.2.3