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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h
index c4180d3b..353312b4 100644
--- a/src/daemon/internal.h
+++ b/src/daemon/internal.h
@@ -347,6 +347,15 @@ struct MHD_Connection
347 */ 347 */
348 unsigned int responseCode; 348 unsigned int responseCode;
349 349
350 /**
351 * Set to MHD_YES if the response's content reader
352 * callback failed to provide data the last time
353 * we tried to read from it. In that case, the
354 * write socket should be marked as unready until
355 * the CRC call succeeds.
356 */
357 int response_unready;
358
350}; 359};
351 360
352 361