]> git.saurik.com Git - apt.git/blobdiff - test/interactive-helper/aptwebserver.cc
warn if apt-key is used in scripts/its output parsed
[apt.git] / test / interactive-helper / aptwebserver.cc
index 98db8982e9488571efafe035725ee698f62b1bff..3e91406abdbbc98e9f49a2497a662d48294ccb58 100644 (file)
@@ -760,7 +760,7 @@ static void * handleClient(void * voidclient)                               /*{{{*/
                           headers.push_back(contentrange.str());
                        }
                        sendError(client, 416, *m, sendContent, "", headers);
-                       break;
+                       continue;
                     }
                  }
               }