diff --git a/src/network/httpd.c b/src/network/httpd.c
index 5d1bbaa732380fa5af9f7750769668ed67f50ef6..3eaa8c595cf5d746eeec7624df61fb95afdc789e 100644
--- a/src/network/httpd.c
+++ b/src/network/httpd.c
@@ -1834,6 +1834,7 @@ static void httpd_ClientRecv( httpd_client_t *cl )
                      * mark the end of the body (probably only RTSP) */
                     cl->query.p_body = xmalloc( cl->query.i_body );
                     cl->i_buffer = 0;
+                    break;
                 }
                 else
                 {