Skip to content

Commit 3022427

Browse files
committed
add documentation regarding issue with fcl-web on FPC 3.0.4
1 parent c1b02fa commit 3022427

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

known-issues/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,12 @@ Indy library also cause some warnings to be emitted during compilation. If your
210210

211211
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.
212212

213+
## <a name="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.
218+
213219
## Explore more
214220

215221
- [Getting Started](/getting-started)

0 commit comments

Comments
 (0)