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
Copy file name to clipboardexpand all lines: known-issues/index.md
+6
Original file line number
Diff line number
Diff line change
@@ -210,6 +210,12 @@ Indy library also cause some warnings to be emitted during compilation. If your
210
210
211
211
This may cause compilation to stop, so if you use Indy, you may want to make it relax by using `-Se` configuration which stops only on error.
212
212
213
+
## <aname="empty-response-in-fpc-3.0.4-fcl-web"></a>Fano web application with TFpHttpServer compiled with FPC 3.0.4 returns empty response.
214
+
215
+
Before version 1.14.1, Fano web application using TFpHttpServer that is compiled with FPC 3.0.4 will return empty response. [This is bug](https://github.com/fanoframework/fano/issues/28) and cause by different behavior of FileExists() between FPC 3.0.4 and FPC 3.2.0.
216
+
217
+
In FPC 3.0.4 or older, FileExists() in Linux/Unix returns true if input name is existing file or directory. In FPC 3.2.0, FileExists() in Linux/Unix returns false if input name is existing directory.
0 commit comments