aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r--src/daemon/internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index efadb33a..1c3525f6 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -272,6 +272,12 @@ struct MHD_Connection {
272 size_t uploadSize; 272 size_t uploadSize;
273 273
274 /** 274 /**
275 * Position in the 100 CONTINUE message that
276 * we need to send when receiving http 1.1 requests.
277 */
278 size_t continuePos;
279
280 /**
275 * Length of the foreign address. 281 * Length of the foreign address.
276 */ 282 */
277 socklen_t addr_len; 283 socklen_t addr_len;