Commit ad01481b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 28ad7dc4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;