mirror of
https://github.com/curl/curl.git
synced 2026-07-24 02:47:17 +03:00
krb4 transfers get a sec_fflush_fd() to get uploads to work
This commit is contained in:
parent
28ad7dc4a1
commit
ad01481b28
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue