X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=serve.c;h=c046926ba141c76fc2a6b6fb1db80e31c1c28e8c;hb=81be89e0bee5bebc478a19b317d8ef4d5f6704a9;hp=317256c1a493c4b2cc730a6212add4d1ef5696d4;hpb=70542df56618f2766064384f7741c7e25bac1cfd;p=thirdparty%2Fgit.git diff --git a/serve.c b/serve.c index 317256c1a4..c046926ba1 100644 --- a/serve.c +++ b/serve.c @@ -217,6 +217,8 @@ static int process_request(void) state = PROCESS_REQUEST_DONE; break; + case PACKET_READ_RESPONSE_END: + BUG("unexpected stateless separator packet"); } }