diff options
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r-- | src/daemon/internal.h | 6 |
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 { size_t uploadSize; /** + * Position in the 100 CONTINUE message that + * we need to send when receiving http 1.1 requests. + */ + size_t continuePos; + + /** * Length of the foreign address. */ socklen_t addr_len; |