ITS#7937 flush data to socket

This commit is contained in:
Howard Chu 2014-09-11 10:24:09 +01:00
parent c1f04881be
commit 11594db633

View File

@ -48,6 +48,7 @@ sock_read_and_send_results(
char line[BUFSIZ]; char line[BUFSIZ];
char ebuf[128]; char ebuf[128];
(void) fflush(fp);
/* read in the result and send it along */ /* read in the result and send it along */
buf = (char *) ch_malloc( BUFSIZ ); buf = (char *) ch_malloc( BUFSIZ );
buf[0] = '\0'; buf[0] = '\0';