X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fmessages.c;h=921f5366d2df144d9e07e11c337f9370743be998;hb=19efac53a8a87446e66e6e0213d7f9b46af60a48;hp=3c543934546edd44b71707e8251c07aca667c816;hpb=2de0bf4c61fbe29da0952c04192739f4d347a31d;p=citadel.git diff --git a/webcit/messages.c b/webcit/messages.c index 3c5439345..921f5366d 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -1480,6 +1480,7 @@ void postpart(StrBuf *partnum, StrBuf *filename, int force_download) hprintf("HTTP/1.1 404 %s\n", ChrPtr(partnum)); output_headers(0, 0, 0, 0, 0, 0); hprintf("Content-Type: text/plain\r\n"); + begin_burst(); wprintf(_("An error occurred while retrieving this part: %s/%s\n"), ChrPtr(partnum), ChrPtr(filename)); end_burst(); @@ -1539,6 +1540,7 @@ void mimepart(int force_download) hprintf("HTTP/1.1 404 %s\n", ChrPtr(Buf)); output_headers(0, 0, 0, 0, 0, 0); hprintf("Content-Type: text/plain\r\n"); + begin_burst(); wprintf(_("An error occurred while retrieving this part: %s\n"), ChrPtr(Buf)); end_burst();