You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is caused by different behavior of FileExists() in FPC 3.0.4 and FPC 3.2.0. Prior to FPC 3.2.0, In Unix/Linux, FileExists() returns true for both for existing file and directory. In FPC 3.2.0, FileExists() returns false if input name is existing directory.
Fano web application that use Free Pascal 3.0.4 TFpHttpServer returns empty response with incorrect Content-Type when compiled with FPC 3.0.4
How to reproduce
http://127.0.0.1:20477
in browser. Browser downloads response.The text was updated successfully, but these errors were encountered: