aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/connection.c')
-rw-r--r--src/daemon/connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/daemon/connection.c b/src/daemon/connection.c
index 21768b5a..67be4e91 100644
--- a/src/daemon/connection.c
+++ b/src/daemon/connection.c
@@ -694,12 +694,12 @@ MHD_connection_get_fdset (struct MHD_Connection *connection,
694 (MHD_USE_SELECT_INTERNALLY | 694 (MHD_USE_SELECT_INTERNALLY |
695 MHD_USE_THREAD_PER_CONNECTION)))) 695 MHD_USE_THREAD_PER_CONNECTION))))
696 { 696 {
697 /* failed to grow the read buffer, and the 697 /* failed to grow the read buffer, and the
698 client which is supposed to handle the 698 client which is supposed to handle the
699 received data in a *blocking* fashion 699 received data in a *blocking* fashion
700 (in this mode) did not handle the data as 700 (in this mode) did not handle the data as
701 it was supposed to! 701 it was supposed to!
702 => we would either have to do busy-waiting 702 => we would either have to do busy-waiting
703 (on the client, which would likely fail), 703 (on the client, which would likely fail),
704 or if we do nothing, we would just timeout 704 or if we do nothing, we would just timeout
705 on the connection (if a timeout is even 705 on the connection (if a timeout is even