aboutsummaryrefslogtreecommitdiff
path: root/src/lib/connection_finish_forward.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/connection_finish_forward.c')
-rw-r--r--src/lib/connection_finish_forward.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/connection_finish_forward.c b/src/lib/connection_finish_forward.c
index 1a4bdfeb..74b5b48f 100644
--- a/src/lib/connection_finish_forward.c
+++ b/src/lib/connection_finish_forward.c
@@ -56,7 +56,7 @@ MHD_connection_finish_forward_ (struct MHD_Connection *connection)
56 connection->socket_fd, 56 connection->socket_fd,
57 NULL)) ) 57 NULL)) )
58 { 58 {
59 MHD_PANIC (_ ("Failed to remove FD from epoll set\n")); 59 MHD_PANIC (_ ("Failed to remove FD from epoll set.\n"));
60 } 60 }
61 if (urh->in_eready_list) 61 if (urh->in_eready_list)
62 { 62 {
@@ -75,7 +75,7 @@ MHD_connection_finish_forward_ (struct MHD_Connection *connection)
75 urh->mhd.socket, 75 urh->mhd.socket,
76 NULL)) ) 76 NULL)) )
77 { 77 {
78 MHD_PANIC (_ ("Failed to remove FD from epoll set\n")); 78 MHD_PANIC (_ ("Failed to remove FD from epoll set.\n"));
79 } 79 }
80#endif /* EPOLL_SUPPORT */ 80#endif /* EPOLL_SUPPORT */
81 /* Reflect remote disconnect to application by breaking 81 /* Reflect remote disconnect to application by breaking