Skip to content
Snippets Groups Projects
Commit 2c31d707 authored by rswindell's avatar rswindell
Browse files

Added time-slice yield while receiving message data in smtp_thread.

parent 1413bfc9
No related branches found
No related tags found
No related merge requests found
......@@ -1562,6 +1562,7 @@ static void smtp_thread(void* arg)
if(*p=='.') p++; /* Transparency (RFC821 4.5.2) */
if(msgtxt!=NULL)
fprintf(msgtxt, "%s\r\n", p);
mswait(1);
continue;
}
/* RFC822 Header parsing */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment