krb4 transfers get a sec_fflush_fd() to get uploads to work

This commit is contained in:
Daniel Stenberg 2000-09-25 22:15:28 +00:00
parent 28ad7dc4a1
commit ad01481b28
1 changed files with 3 additions and 0 deletions

View File

@ -535,6 +535,9 @@ CURLcode ftp_done(struct connectdata *conn)
return CURLE_FTP_COULDNT_RETR_FILE;
}
}
#ifdef KRB4
sec_fflush_fd(conn, data->secondarysocket);
#endif
/* shut down the socket to inform the server we're done */
sclose(data->secondarysocket);
data->secondarysocket = -1;