Browse Source

Comment that TLS shutdown hack for FileZilla Server does not seem to be needed since 1.6.0

Source commit: e9f6f913004785ca6edbcacd9177e4c434fae735
Martin Prikryl 2 years ago
parent
commit
50ef941c92
1 changed files with 3 additions and 0 deletions
  1. 3 0
      source/core/FtpFileSystem.cpp

+ 3 - 0
source/core/FtpFileSystem.cpp

@@ -2816,6 +2816,9 @@ int __fastcall TFTPFileSystem::GetOptionVal(int OptionID) const
       break;
 
     case OPTION_MPEXT_COMPLETE_TLS_SHUTDOWN:
+      // As of FileZilla Server 1.6.1 this does not seem to be needed. It's still needed with 1.5.1.
+      // It was possibly fixed by 1.6.0 (2022-12-06) change:
+      // Fixed an issue in the networking code when dealing with TLS close_notify alerts
       Result = FFileZilla ? FALSE : TRUE;
       break;