diff options
Diffstat (limited to 'daemon/httpauthd.h')
-rw-r--r-- | daemon/httpauthd.h | 5 |
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 */ |