



The previous article was on the solution for.
#Free pascal library series
This is a second article from the short two-article series on single-instance application behavior.
#Free pascal library Patch
The patch version contains a new interface, IFrameOptionsProvider, which contains the SetNackHeaders method. By setting the requeue header to false, the NACKed message will be discarded/dead lettered by the message broker (for more details see ). By default, a NACKed message will be requeued. The RabbitMQ message broker supports a special STOMP header for the NACK frame, requeue. fix for failover URLs containing heart-beat parameters.configuration support for extra headers of NACK frames.ScroogeXHTML is also available for the Java platform.Ī download which includes two patches for Habari Client for RabbitMQ is now available. Version 7.2 introduced support for embedded PNG and JPEG images using the data URI scheme.Version 7.3 is mainly a maintenance release which fixed several minor issues.Compatible with Delphi 2009+ and tested with Free Pascal 3.0.4 / 3.2.0. Unicode conversion allows multi-language documents, including simplified and traditional Chinese, Korean and Japanese. ScroogeXHTML converts text attributes including background and highlight colors, paragraph alignment (left, right, centered, justified) and indent (left, right, first line). It converts RTF to HTML5 and XHTML standalone documents, or to fragments which can be embedded in other documents. ScroogeXHTML for Object Pascal is a library which supports a subset of the Rich Text Format (RTF) standard. If you can reproduce it, you may comment here. It would be interesting to confirm if the bug only appears in some specific versions of Delphi and Free Pascal. RECV> 200 OPTS UTF8 command successful – UTF8 encoding now ON.Įxception at 000000010001DCD9: EIdReadTimeout: RECV> LANG EN* UTF8 AUTH TLS TLS-C SSL TLS-P PBSZ PROT C P CCC HOST SIZE MDTM REST STREAM211 END

With Delphi 2009 and Free Pascal 3.2.0, I reproduced a read timeout in line 2134: if LReadList.ContainsSocket(LDataSocket) then
#Free pascal library windows 10
Test with Delphi 2009 and Free Pascal 3.2.0 (Lazarus 2.0.12) on Windows 10 If you want to reproduce it with your version of Delphi (or Free Pascal), you may take a small test project from and configure it to connect with a local or public FTP server. Reportedly the timeout also occurs with Delphi 10.4. It is possible to reproduce the bug not only with Delphi 11 but also with Free Pascal. In the Indy issue tracker, a bug was reported which first appeared with Delphi 11.įTP LIST timeout with latest Delphi 11 (and idFTP)
