Skip to content

Commit da5157f

Browse files
authored
Improve sentence
1 parent 632db93 commit da5157f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

known-issues/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ This may cause compilation to stop, so if you use Indy, you may want to make it
212212

213213
## <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.
214214

215-
Before version [1.14.1](https://github.com/fanoframework/fano/releases/tag/v1.14.1), Fano web application using TFpHttpServer and 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.
215+
Before version [1.14.1](https://github.com/fanoframework/fano/releases/tag/v1.14.1), Fano web application using TFpHttpServer and is compiled with FPC 3.0.4 will return empty response. [This is bug](https://github.com/fanoframework/fano/issues/28) and it is caused by different behavior of FileExists() between FPC 3.0.4 and FPC 3.2.0.
216216

217217
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.
218218

0 commit comments

Comments
 (0)