diff options
Diffstat (limited to 'src/daemon/session.c')
-rw-r--r-- | src/daemon/session.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/session.c b/src/daemon/session.c index 9cba0d28..828b91a1 100644 --- a/src/daemon/session.c +++ b/src/daemon/session.c @@ -275,8 +275,6 @@ MHD_parse_session_headers(struct MHD_Session * session) { session->headers_received = hdr; } /* FIXME: here: find cookie header and parse that! */ - if (session->bodyReceived == 0) - return; return; DIE: close(session->socket_fd); |