<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Atozed Forums - Portal]]></title>
		<link>https://www.atozed.com/forums/</link>
		<description><![CDATA[Atozed Forums - https://www.atozed.com/forums]]></description>
		<pubDate>Sun, 27 Sep 2026 02:42:19 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[WebApplication.IP change from IW15.x to IW16.2]]></title>
			<link>https://www.atozed.com/forums/thread-6456.html</link>
			<pubDate>Tue, 08 Sep 2026 23:02:52 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=1720">alex.trejo@tttnet.com.mx</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6456.html</guid>
			<description><![CDATA[I have a dll which in Audit records user activity and IP, using WebApplication.IP. This under delphi 10.2.3 and IW15.x<br />
<br />
A new application using same audit (Delphi 12.2 IW16.2), reports under WebApplication.IP our internal server rather than user IP.<br />
<br />
Should I use a diferent routine?]]></description>
			<content:encoded><![CDATA[I have a dll which in Audit records user activity and IP, using WebApplication.IP. This under delphi 10.2.3 and IW15.x<br />
<br />
A new application using same audit (Delphi 12.2 IW16.2), reports under WebApplication.IP our internal server rather than user IP.<br />
<br />
Should I use a diferent routine?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hook/callback to handle the "HTTP(S) server active using binding(s)" startup log line]]></title>
			<link>https://www.atozed.com/forums/thread-6450.html</link>
			<pubDate>Tue, 08 Sep 2026 05:03:04 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=604">Lenfors</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6450.html</guid>
			<description><![CDATA[Hi,<br />
<br />
We recently migrated a Windows Service application from Indy+TaurusTLS to Http.sys (TIWStartHSys.Execute) in IntraWeb 16 / Delphi 13.<br />
<br />
On every successful service start, TIWServiceWorker writes an informational line directly to &lt;exe-name&gt;.log (and to the Windows Event Log):<br />
<br />
HTTP(S) server active using binding(s): http://+:80/,https://+:443/<br />
<br />
We'd like to handle this ourselves — route it through our own logging infrastructure, decide the format, decide whether/where it gets written — rather than have TIWServiceWorker write it directly and unconditionally.<br />
<br />
We looked into intercepting this from our own TIWServerControllerBase descendant, but as far as we can tell TIWServiceWorker is an internal service-bootstrap class unrelated to TIWServerControllerBase, and it runs before our own OnCreate/OnConfig handlers ever get control — so we don't have an obvious hook to intercept it from application code.<br />
<br />
Is there a supported event, callback, or override point (on TIWServiceWorker or elsewhere) that lets application code take over this logging, or would this need to be a feature request?<br />
<br />
Environment: IntraWeb 16, Delphi 13 (RAD Studio), Windows Server 2022, Http.sys server (IWStartHSys), 64-bit.<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
We recently migrated a Windows Service application from Indy+TaurusTLS to Http.sys (TIWStartHSys.Execute) in IntraWeb 16 / Delphi 13.<br />
<br />
On every successful service start, TIWServiceWorker writes an informational line directly to &lt;exe-name&gt;.log (and to the Windows Event Log):<br />
<br />
HTTP(S) server active using binding(s): http://+:80/,https://+:443/<br />
<br />
We'd like to handle this ourselves — route it through our own logging infrastructure, decide the format, decide whether/where it gets written — rather than have TIWServiceWorker write it directly and unconditionally.<br />
<br />
We looked into intercepting this from our own TIWServerControllerBase descendant, but as far as we can tell TIWServiceWorker is an internal service-bootstrap class unrelated to TIWServerControllerBase, and it runs before our own OnCreate/OnConfig handlers ever get control — so we don't have an obvious hook to intercept it from application code.<br />
<br />
Is there a supported event, callback, or override point (on TIWServiceWorker or elsewhere) that lets application code take over this logging, or would this need to be a feature request?<br />
<br />
Environment: IntraWeb 16, Delphi 13 (RAD Studio), Windows Server 2022, Http.sys server (IWStartHSys), 64-bit.<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Reproducible IIS crash involving IWRtlFix.StdWndProc during ADO connection destructio]]></title>
			<link>https://www.atozed.com/forums/thread-6449.html</link>
			<pubDate>Mon, 07 Sep 2026 21:48:52 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=1720">alex.trejo@tttnet.com.mx</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6449.html</guid>
			<description><![CDATA[Delphi 12.2 IW 16.2.2 32bit ISAPI application<br />
[*]ServerController.ComInitialization = ciNone<br />
[*]IWRtlFix is the first unit in the DPR uses clause, before IWInitISAPI<br />
<br />
[*]We are experiencing a recurring crash in a 32-bit IntraWeb ISAPI application hosted by IIS. <br />
<br />
The most recent crash occurred on September 7, 2026, at 11:31:16 AM, in w3wp.exe PID 3652.<br />
The outer exception is:<ul class="mycode_list"><li>0xC000041D<br />
</li>
<li>Internal exception: 0xC0000005<br />
</li>
<li>Null-address access<br />
</li>
<li>Exception thread OS ID: 6256<br />
</li>
</ul>
The relevant stack sequence reported by DebugDiag is:<br />
TADOConnection.Destroy<br />
→ ADO connection-point Unadvise<br />
→ DestroyAsyncEvents<br />
→ msado15!_FireEventOnMainThread<br />
→ user32!PeekMessageW<br />
→ WM_SETTINGCHANGE<br />
→ repeated IWRtlFix.StdWndProc callbacks<br />
→ call to address 0x00000000<br />
DebugDiag did not have Delphi symbols and displayed the repeated frame as:<br />
SysInit.@_dbk_fcall_wrapper+3EE01E<br />
Using the exact MAP file for the DLL loaded by the crashed process:<br />
SysInit.@_dbk_fcall_wrapper is at &#36;000127A8.<br />
&#36;000127A8 + &#36;003EE01E = &#36;004007C6.<br />
IWRtlFix.StdWndProc begins at &#36;004007B0.<br />
<br />
Therefore, the repeated frame is:<br />
IWRtlFix.StdWndProc + &#36;16<br />
<br />
This frame appears 338 consecutive times in the reported stack.<br />
DebugDiag also displayed the Delphi caller below ADO as:<br />
IWInitISAPI.TerminateExtension+1374CB<br />
<br />
The exact MAP resolves it as follows:<br />
IWInitISAPI.TerminateExtension is at &#36;0041FBE4.<br />
&#36;0041FBE4 + &#36;001374CB = &#36;005570AF.<br />
Data.Win.ADODB.TADOConnection.Destroy begins at &#36;0055703C.<br />
<br />
Therefore, this frame is:<br />
Data.Win.ADODB.TADOConnection.Destroy + &#36;73<br />
The Windows message arguments captured in the stack are:<br />
HWND = 0x0FB008A<br />
Message = 0x001A (WM_SETTINGCHANGE)<br />
wParam = 0<br />
lParam = 0x0110D2F8<br />
Memory at lParam contains the following UTF-16 bytes:<br />
64 00 65 00 76 00 69 00 63 00 65 00 73 00 00 00<br />
This decodes to:<br />
devices<br />
<br />
The exception context ends with EIP = 0x00000000, consistent with an indirect call to a null procedure address from the StdWndProc/object-instance callback path.<br />
We have observed the same crash signature in multiple w3wp processes and application builds. Previous crashes also involved WM_SETTINGCHANGE with the text “devices”, ADO teardown and a long repeated StdWndProc callback chain.<br />
<br />
Moving IWRtlFix before IWInitISAPI changed the addresses and the symbol labels, but did not prevent the crash.<br />
Our current hypothesis is that a window-procedure/object-instance callback is stale, invalid, or recursively linked when ADO pumps Windows messages during TADOConnection destruction. We understand that the precise underlying lifecycle defect still needs confirmation.<br />
<br />
Could you please advise:<br />
<ol type="1" class="mycode_list"><li>Is this a known issue in IWRtlFix or IntraWeb 16.2.2?<br />
</li>
<li>Is there a newer IWRtlFix implementation or patch applicable to Delphi 10.2.3?<br />
</li>
<li>Could the patched StdWndProc/object-instance implementation retain an invalid callback during ADO message pumping?<br />
</li>
<li>Are there additional diagnostics we can add around IW_MakeObjectInstance/IW_FreeObjectInstance?<br />
</li>
<li>Is there a recommended way to prevent this interaction during TADOConnection destruction?<br />
</li>
</ol>
<br />
The attached DebugDiag CrashHangAnalysis report contains the complete reported stack and module information.<br />
We can provide the full dump privately if it is strictly required, but we prefer to begin with the report and the symbol/memory evidence above.<br />
Thank you.<br />
<hr class="mycode_hr" />
<blockquote class="mycode_quote"><cite><span> (09-08-2026, 01:48 AM)</span>alex.trejo@tttnet.com.mx Wrote:  <a href="https://www.atozed.com/forums/post-16415.html#pid16415" class="quick_jump"></a></cite>Delphi 12.2 IW 16.2.2 32bit ISAPI application<br />
[*]ServerController.ComInitialization = ciNone<br />
[*]IWRtlFix is the first unit in the DPR uses clause, before IWInitISAPI<br />
<br />
[*]We are experiencing a recurring crash in a 32-bit IntraWeb ISAPI application hosted by IIS. <br />
<br />
The most recent crash occurred on September 7, 2026, at 11:31:16 AM, in w3wp.exe PID 3652.<br />
The outer exception is:<ul class="mycode_list"><li>0xC000041D<br />
</li>
<li>Internal exception: 0xC0000005<br />
</li>
<li>Null-address access<br />
</li>
<li>Exception thread OS ID: 6256<br />
</li>
</ul>
The relevant stack sequence reported by DebugDiag is:<br />
TADOConnection.Destroy<br />
→ ADO connection-point Unadvise<br />
→ DestroyAsyncEvents<br />
→ msado15!_FireEventOnMainThread<br />
→ user32!PeekMessageW<br />
→ WM_SETTINGCHANGE<br />
→ repeated IWRtlFix.StdWndProc callbacks<br />
→ call to address 0x00000000<br />
DebugDiag did not have Delphi symbols and displayed the repeated frame as:<br />
SysInit.@_dbk_fcall_wrapper+3EE01E<br />
Using the exact MAP file for the DLL loaded by the crashed process:<br />
SysInit.@_dbk_fcall_wrapper is at &#36;000127A8.<br />
&#36;000127A8 + &#36;003EE01E = &#36;004007C6.<br />
IWRtlFix.StdWndProc begins at &#36;004007B0.<br />
<br />
Therefore, the repeated frame is:<br />
IWRtlFix.StdWndProc + &#36;16<br />
<br />
This frame appears 338 consecutive times in the reported stack.<br />
DebugDiag also displayed the Delphi caller below ADO as:<br />
IWInitISAPI.TerminateExtension+1374CB<br />
<br />
The exact MAP resolves it as follows:<br />
IWInitISAPI.TerminateExtension is at &#36;0041FBE4.<br />
&#36;0041FBE4 + &#36;001374CB = &#36;005570AF.<br />
Data.Win.ADODB.TADOConnection.Destroy begins at &#36;0055703C.<br />
<br />
Therefore, this frame is:<br />
Data.Win.ADODB.TADOConnection.Destroy + &#36;73<br />
The Windows message arguments captured in the stack are:<br />
HWND = 0x0FB008A<br />
Message = 0x001A (WM_SETTINGCHANGE)<br />
wParam = 0<br />
lParam = 0x0110D2F8<br />
Memory at lParam contains the following UTF-16 bytes:<br />
64 00 65 00 76 00 69 00 63 00 65 00 73 00 00 00<br />
This decodes to:<br />
devices<br />
<br />
The exception context ends with EIP = 0x00000000, consistent with an indirect call to a null procedure address from the StdWndProc/object-instance callback path.<br />
We have observed the same crash signature in multiple w3wp processes and application builds. Previous crashes also involved WM_SETTINGCHANGE with the text “devices”, ADO teardown and a long repeated StdWndProc callback chain.<br />
<br />
Moving IWRtlFix before IWInitISAPI changed the addresses and the symbol labels, but did not prevent the crash.<br />
Our current hypothesis is that a window-procedure/object-instance callback is stale, invalid, or recursively linked when ADO pumps Windows messages during TADOConnection destruction. We understand that the precise underlying lifecycle defect still needs confirmation.<br />
<br />
Could you please advise:<br />
<ol type="1" class="mycode_list"><li>Is this a known issue in IWRtlFix or IntraWeb 16.2.2?<br />
</li>
<li>Is there a newer IWRtlFix implementation or patch applicable to Delphi 10.2.3?<br />
</li>
<li>Could the patched StdWndProc/object-instance implementation retain an invalid callback during ADO message pumping?<br />
</li>
<li>Are there additional diagnostics we can add around IW_MakeObjectInstance/IW_FreeObjectInstance?<br />
</li>
<li>Is there a recommended way to prevent this interaction during TADOConnection destruction?<br />
</li>
</ol>
<br />
The attached DebugDiag CrashHangAnalysis report contains the complete reported stack and module information.<br />
We can provide the full dump privately if it is strictly required, but we prefer to begin with the report and the symbol/memory evidence above.<br />
Thank you.</blockquote><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=989" target="_blank" title="">Atozed_MAP_symbol_extracts.txt</a> (Size: 1.71 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=990" target="_blank" title="">w3wp__hemologyx__PID__3652__Date__09_07_2026__Time_11_31_16AM__209__Second_Chance_Exception_C000041D_CrashHangAnalysis.zip</a> (Size: 249.99 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Delphi 12.2 IW 16.2.2 32bit ISAPI application<br />
[*]ServerController.ComInitialization = ciNone<br />
[*]IWRtlFix is the first unit in the DPR uses clause, before IWInitISAPI<br />
<br />
[*]We are experiencing a recurring crash in a 32-bit IntraWeb ISAPI application hosted by IIS. <br />
<br />
The most recent crash occurred on September 7, 2026, at 11:31:16 AM, in w3wp.exe PID 3652.<br />
The outer exception is:<ul class="mycode_list"><li>0xC000041D<br />
</li>
<li>Internal exception: 0xC0000005<br />
</li>
<li>Null-address access<br />
</li>
<li>Exception thread OS ID: 6256<br />
</li>
</ul>
The relevant stack sequence reported by DebugDiag is:<br />
TADOConnection.Destroy<br />
→ ADO connection-point Unadvise<br />
→ DestroyAsyncEvents<br />
→ msado15!_FireEventOnMainThread<br />
→ user32!PeekMessageW<br />
→ WM_SETTINGCHANGE<br />
→ repeated IWRtlFix.StdWndProc callbacks<br />
→ call to address 0x00000000<br />
DebugDiag did not have Delphi symbols and displayed the repeated frame as:<br />
SysInit.@_dbk_fcall_wrapper+3EE01E<br />
Using the exact MAP file for the DLL loaded by the crashed process:<br />
SysInit.@_dbk_fcall_wrapper is at &#36;000127A8.<br />
&#36;000127A8 + &#36;003EE01E = &#36;004007C6.<br />
IWRtlFix.StdWndProc begins at &#36;004007B0.<br />
<br />
Therefore, the repeated frame is:<br />
IWRtlFix.StdWndProc + &#36;16<br />
<br />
This frame appears 338 consecutive times in the reported stack.<br />
DebugDiag also displayed the Delphi caller below ADO as:<br />
IWInitISAPI.TerminateExtension+1374CB<br />
<br />
The exact MAP resolves it as follows:<br />
IWInitISAPI.TerminateExtension is at &#36;0041FBE4.<br />
&#36;0041FBE4 + &#36;001374CB = &#36;005570AF.<br />
Data.Win.ADODB.TADOConnection.Destroy begins at &#36;0055703C.<br />
<br />
Therefore, this frame is:<br />
Data.Win.ADODB.TADOConnection.Destroy + &#36;73<br />
The Windows message arguments captured in the stack are:<br />
HWND = 0x0FB008A<br />
Message = 0x001A (WM_SETTINGCHANGE)<br />
wParam = 0<br />
lParam = 0x0110D2F8<br />
Memory at lParam contains the following UTF-16 bytes:<br />
64 00 65 00 76 00 69 00 63 00 65 00 73 00 00 00<br />
This decodes to:<br />
devices<br />
<br />
The exception context ends with EIP = 0x00000000, consistent with an indirect call to a null procedure address from the StdWndProc/object-instance callback path.<br />
We have observed the same crash signature in multiple w3wp processes and application builds. Previous crashes also involved WM_SETTINGCHANGE with the text “devices”, ADO teardown and a long repeated StdWndProc callback chain.<br />
<br />
Moving IWRtlFix before IWInitISAPI changed the addresses and the symbol labels, but did not prevent the crash.<br />
Our current hypothesis is that a window-procedure/object-instance callback is stale, invalid, or recursively linked when ADO pumps Windows messages during TADOConnection destruction. We understand that the precise underlying lifecycle defect still needs confirmation.<br />
<br />
Could you please advise:<br />
<ol type="1" class="mycode_list"><li>Is this a known issue in IWRtlFix or IntraWeb 16.2.2?<br />
</li>
<li>Is there a newer IWRtlFix implementation or patch applicable to Delphi 10.2.3?<br />
</li>
<li>Could the patched StdWndProc/object-instance implementation retain an invalid callback during ADO message pumping?<br />
</li>
<li>Are there additional diagnostics we can add around IW_MakeObjectInstance/IW_FreeObjectInstance?<br />
</li>
<li>Is there a recommended way to prevent this interaction during TADOConnection destruction?<br />
</li>
</ol>
<br />
The attached DebugDiag CrashHangAnalysis report contains the complete reported stack and module information.<br />
We can provide the full dump privately if it is strictly required, but we prefer to begin with the report and the symbol/memory evidence above.<br />
Thank you.<br />
<hr class="mycode_hr" />
<blockquote class="mycode_quote"><cite><span> (09-08-2026, 01:48 AM)</span>alex.trejo@tttnet.com.mx Wrote:  <a href="https://www.atozed.com/forums/post-16415.html#pid16415" class="quick_jump"></a></cite>Delphi 12.2 IW 16.2.2 32bit ISAPI application<br />
[*]ServerController.ComInitialization = ciNone<br />
[*]IWRtlFix is the first unit in the DPR uses clause, before IWInitISAPI<br />
<br />
[*]We are experiencing a recurring crash in a 32-bit IntraWeb ISAPI application hosted by IIS. <br />
<br />
The most recent crash occurred on September 7, 2026, at 11:31:16 AM, in w3wp.exe PID 3652.<br />
The outer exception is:<ul class="mycode_list"><li>0xC000041D<br />
</li>
<li>Internal exception: 0xC0000005<br />
</li>
<li>Null-address access<br />
</li>
<li>Exception thread OS ID: 6256<br />
</li>
</ul>
The relevant stack sequence reported by DebugDiag is:<br />
TADOConnection.Destroy<br />
→ ADO connection-point Unadvise<br />
→ DestroyAsyncEvents<br />
→ msado15!_FireEventOnMainThread<br />
→ user32!PeekMessageW<br />
→ WM_SETTINGCHANGE<br />
→ repeated IWRtlFix.StdWndProc callbacks<br />
→ call to address 0x00000000<br />
DebugDiag did not have Delphi symbols and displayed the repeated frame as:<br />
SysInit.@_dbk_fcall_wrapper+3EE01E<br />
Using the exact MAP file for the DLL loaded by the crashed process:<br />
SysInit.@_dbk_fcall_wrapper is at &#36;000127A8.<br />
&#36;000127A8 + &#36;003EE01E = &#36;004007C6.<br />
IWRtlFix.StdWndProc begins at &#36;004007B0.<br />
<br />
Therefore, the repeated frame is:<br />
IWRtlFix.StdWndProc + &#36;16<br />
<br />
This frame appears 338 consecutive times in the reported stack.<br />
DebugDiag also displayed the Delphi caller below ADO as:<br />
IWInitISAPI.TerminateExtension+1374CB<br />
<br />
The exact MAP resolves it as follows:<br />
IWInitISAPI.TerminateExtension is at &#36;0041FBE4.<br />
&#36;0041FBE4 + &#36;001374CB = &#36;005570AF.<br />
Data.Win.ADODB.TADOConnection.Destroy begins at &#36;0055703C.<br />
<br />
Therefore, this frame is:<br />
Data.Win.ADODB.TADOConnection.Destroy + &#36;73<br />
The Windows message arguments captured in the stack are:<br />
HWND = 0x0FB008A<br />
Message = 0x001A (WM_SETTINGCHANGE)<br />
wParam = 0<br />
lParam = 0x0110D2F8<br />
Memory at lParam contains the following UTF-16 bytes:<br />
64 00 65 00 76 00 69 00 63 00 65 00 73 00 00 00<br />
This decodes to:<br />
devices<br />
<br />
The exception context ends with EIP = 0x00000000, consistent with an indirect call to a null procedure address from the StdWndProc/object-instance callback path.<br />
We have observed the same crash signature in multiple w3wp processes and application builds. Previous crashes also involved WM_SETTINGCHANGE with the text “devices”, ADO teardown and a long repeated StdWndProc callback chain.<br />
<br />
Moving IWRtlFix before IWInitISAPI changed the addresses and the symbol labels, but did not prevent the crash.<br />
Our current hypothesis is that a window-procedure/object-instance callback is stale, invalid, or recursively linked when ADO pumps Windows messages during TADOConnection destruction. We understand that the precise underlying lifecycle defect still needs confirmation.<br />
<br />
Could you please advise:<br />
<ol type="1" class="mycode_list"><li>Is this a known issue in IWRtlFix or IntraWeb 16.2.2?<br />
</li>
<li>Is there a newer IWRtlFix implementation or patch applicable to Delphi 10.2.3?<br />
</li>
<li>Could the patched StdWndProc/object-instance implementation retain an invalid callback during ADO message pumping?<br />
</li>
<li>Are there additional diagnostics we can add around IW_MakeObjectInstance/IW_FreeObjectInstance?<br />
</li>
<li>Is there a recommended way to prevent this interaction during TADOConnection destruction?<br />
</li>
</ol>
<br />
The attached DebugDiag CrashHangAnalysis report contains the complete reported stack and module information.<br />
We can provide the full dump privately if it is strictly required, but we prefer to begin with the report and the symbol/memory evidence above.<br />
Thank you.</blockquote><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/txt.png" title="Text Document" border="0" alt=".txt" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=989" target="_blank" title="">Atozed_MAP_symbol_extracts.txt</a> (Size: 1.71 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment --><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://www.atozed.com/forums/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=990" target="_blank" title="">w3wp__hemologyx__PID__3652__Date__09_07_2026__Time_11_31_16AM__209__Second_Chance_Exception_C000041D_CrashHangAnalysis.zip</a> (Size: 249.99 KB / Downloads: 0)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Redirection issues with FireFox in latest IntraWeb version]]></title>
			<link>https://www.atozed.com/forums/thread-6434.html</link>
			<pubDate>Mon, 31 Aug 2026 06:03:06 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=768">magosk</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6434.html</guid>
			<description><![CDATA[I am in the process of migrating our main web application from IW 15.2.49 (our current production version) to 16.2.4. When trying to test the web application (built with the latest IW version) with FireFox, I have run into several issues that might be closely related. To the FireFox user, the symptom is that the (next or updated) page never is loaded, you just see the spinner on the (current page) for a long time until it eventually times out with the error message NS_ERROR_NET_EMPTY_RESPONSE . For Chrome and Edge I see no issues. A setting that might be of importance here is that we run with AllowMultipleSessionsPerUser=True (for security reasons, if a tab for a user serssion is closed without making a logout, it should not be possible to reopen the same session).<br />
<br />
The first issue is when we apply a security feature on our login page in order to change the response to a redirect when we do a POST when the user has entered senstive information. If I recall correctly it was suggested by you when discussing a finding from a customer penetration test. We call a helper procedure ChangeResponseCodeFromOKToRedirectAndStayInSession which calls another procedure like this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ChangeResponseCodeFromOKToRedirect(WebApplication.Request.Referer);</code></div></div><br />
The second procedure looks like this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>procedure ChangeResponseCodeFromOKToRedirect(const URL: string);<br />
begin<br />
  if (WebApplication.Response.Code &lt; 301) or (WebApplication.Response.Code &gt; 303) then<br />
    WebApplication.Response.Code := 302;<br />
  if WebApplication.Response.Headers.IndexOfName('Location') &lt; 0 then<br />
    WebApplication.Response.AddHeader('Location', URL);<br />
end;</code></div></div><br />
Based on AI suggestions, I changed the response code to 303, which seemed to bypass this first FF issues (and still work in Chrome ande Edge). Is this a sensible modification in your opinion?<br />
<br />
The second issue comes in the next step in the login process where we after successful authentication change the session ID (also for security reasons). We do this by calling<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>WebApplication.ResetApplicationID;</code></div></div><br />
Again, this was a method added by you as a result of discussing penetration test findings. FF hangs as described above after this is called. I have experimented with workarounds but so far found no other than actually skipping this step when WebApplication.Browser is TFireFox. Do you have a sugegstion for another workaround that would actually change the session ID? Or is this something that should be fixed in the IntraWeb code for an upcoming release?<br />
<br />
The third issue is when the user clicks Logout in the menu of our web application. Our code determines a logout page URL (which could be a static HTML page hosted by the web application) and then calls WebApplication.TerminateAndRedirect to this URL. Same issue, FF hangs. Based on AI suggestions, I wrote the following workaround:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>  if WebApplication.Browser is TFireFox then<br />
  begin<br />
    ReportStandardEventToLogCentral(letHint, 'Using ExecuteJS to redirect to the logout page due to Firefox/IW16 issue,'<br />
      + ' session will not actually be terminated until timeout but Logout will be called to finalize our own resources.');<br />
    Logout();<br />
    WebApplication.ExecuteJS('window.location.replace("' + LogoutURL + '")');<br />
  end<br />
  else<br />
    WebApplication.TerminateAndRedirect(LogoutURL);</code></div></div><br />
Is there a better workaround that actually terminates the session immediately? Or should the IntraWeb code for WebApplication.TerminateAndRedirect be fixed?<br />
<br />
Best regards<br />
<br />
Magnus Oskarsson]]></description>
			<content:encoded><![CDATA[I am in the process of migrating our main web application from IW 15.2.49 (our current production version) to 16.2.4. When trying to test the web application (built with the latest IW version) with FireFox, I have run into several issues that might be closely related. To the FireFox user, the symptom is that the (next or updated) page never is loaded, you just see the spinner on the (current page) for a long time until it eventually times out with the error message NS_ERROR_NET_EMPTY_RESPONSE . For Chrome and Edge I see no issues. A setting that might be of importance here is that we run with AllowMultipleSessionsPerUser=True (for security reasons, if a tab for a user serssion is closed without making a logout, it should not be possible to reopen the same session).<br />
<br />
The first issue is when we apply a security feature on our login page in order to change the response to a redirect when we do a POST when the user has entered senstive information. If I recall correctly it was suggested by you when discussing a finding from a customer penetration test. We call a helper procedure ChangeResponseCodeFromOKToRedirectAndStayInSession which calls another procedure like this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ChangeResponseCodeFromOKToRedirect(WebApplication.Request.Referer);</code></div></div><br />
The second procedure looks like this:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>procedure ChangeResponseCodeFromOKToRedirect(const URL: string);<br />
begin<br />
  if (WebApplication.Response.Code &lt; 301) or (WebApplication.Response.Code &gt; 303) then<br />
    WebApplication.Response.Code := 302;<br />
  if WebApplication.Response.Headers.IndexOfName('Location') &lt; 0 then<br />
    WebApplication.Response.AddHeader('Location', URL);<br />
end;</code></div></div><br />
Based on AI suggestions, I changed the response code to 303, which seemed to bypass this first FF issues (and still work in Chrome ande Edge). Is this a sensible modification in your opinion?<br />
<br />
The second issue comes in the next step in the login process where we after successful authentication change the session ID (also for security reasons). We do this by calling<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>WebApplication.ResetApplicationID;</code></div></div><br />
Again, this was a method added by you as a result of discussing penetration test findings. FF hangs as described above after this is called. I have experimented with workarounds but so far found no other than actually skipping this step when WebApplication.Browser is TFireFox. Do you have a sugegstion for another workaround that would actually change the session ID? Or is this something that should be fixed in the IntraWeb code for an upcoming release?<br />
<br />
The third issue is when the user clicks Logout in the menu of our web application. Our code determines a logout page URL (which could be a static HTML page hosted by the web application) and then calls WebApplication.TerminateAndRedirect to this URL. Same issue, FF hangs. Based on AI suggestions, I wrote the following workaround:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>  if WebApplication.Browser is TFireFox then<br />
  begin<br />
    ReportStandardEventToLogCentral(letHint, 'Using ExecuteJS to redirect to the logout page due to Firefox/IW16 issue,'<br />
      + ' session will not actually be terminated until timeout but Logout will be called to finalize our own resources.');<br />
    Logout();<br />
    WebApplication.ExecuteJS('window.location.replace("' + LogoutURL + '")');<br />
  end<br />
  else<br />
    WebApplication.TerminateAndRedirect(LogoutURL);</code></div></div><br />
Is there a better workaround that actually terminates the session immediately? Or should the IntraWeb code for WebApplication.TerminateAndRedirect be fixed?<br />
<br />
Best regards<br />
<br />
Magnus Oskarsson]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[TContenthandler requires cookies to be activated in the browser (Priority Support)]]></title>
			<link>https://www.atozed.com/forums/thread-6433.html</link>
			<pubDate>Sat, 29 Aug 2026 22:35:20 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=1236">valmeras</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6433.html</guid>
			<description><![CDATA[I am using Intraweb 16.2.4 with Rad Studio Athens (C++ Builder)<br />
<br />
I created  a TContentHandler which is supposed to send a HTTP response 204 to the server sending the POST request:<br />
<br />
THandlers::Add("", "myhandler", new MyTContentBase());<br />
The POST Url is <a href="https://www.mydomain.com/myhandler" target="_blank" rel="noopener" class="mycode_url">https://www.mydomain.com/myhandler</a><br />
<br />
If I test it with Rad Studio REST Debugger, I get the expected response sent by my TContentHandler: 204 (nothing to be returned)<br />
But when the server (a Twilio Server) send the POST request, it first seems to be working, then it gets the response below:<br />
<br />
&lt;!DOCTYPE html&gt;<br />
&lt;html lang="en"&gt;<br />
    &lt;head&gt;<br />
        &lt;meta charset="utf-8"&gt;<br />
            &lt;meta name='viewport' content='width=device-width, initial-scale=1'&gt;<br />
                &lt;title&gt;&lt;/title&gt;<br />
                &lt;script nonce="8g0lADvTJQAPKt1IoVJ+uVzmTTs"&gt;function getWS(){var o=0,l=0,t=document,r=window.devicePixelRatio||1;return"CSS1Compat"==t.compatMode?(o=Math.max(t.body.scrollWidth,t.documentElement.scrollWidth),l=Math.max(t.body.scrollHeight,t.documentElement.scrollHeight))<img src="https://www.atozed.com/forums/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" />o=t.body.scrollWidth,l=t.body.scrollHeight),[o,l,r]}function cookieCheck(){var o=navigator,e=document,i=!!o.cookieEnabled;return void 0!==o.cookieEnabled||i||(e.cookie="testcookie",i=-1!=e.cookie.indexOf("testcookie")),i}function isIFrame(){if(window.location!==window.parent.location)return 1;return 0;}function init() {if(!cookieCheck()){alert("This application requires cookies to be enabled. Please enable cookies in your browser's settings, close your current web session and try again.");throw "Cookies are disabled.";}var s = getWS();var f = document.forms[0];f.elements["IW_width"].value = s[0];f.elements["IW_height"].value = s[1];f.elements["IW_dpr"].value = s[2];f.elements["IW_iframe"].value = isIFrame();  f.submit();}&lt;/script&gt;<br />
            &lt;/head&gt;<br />
            &lt;body&gt;<br />
                &lt;form method=post action="/?AccountSid=&amp;Hold=false&amp;Muted=false&amp;SequenceNumber=1&amp;StartConferenceOnEnter=true&amp;StatusCallbackEvent=participant-join&amp;Timestamp=Sat, 29 Aug 2026 01:17:31 +0000"&gt;<br />
                    &lt;input type=hidden name="IW_width"&gt;<br />
                        &lt;input type=hidden name="IW_height"&gt;<br />
                            &lt;input type=hidden name="IW_dpr"&gt;<br />
                                &lt;input type=hidden name="IW_iframe"&gt;<br />
                                    &lt;input type=hidden name="IW_SessionID_" value="sbOFyXruzqeZFPneOENgcNbBGtC"&gt;<br />
                                        &lt;input type=hidden name="IW_TrackID_" value="1"&gt;<br />
                                            &lt;input type=hidden name="IW_WindowID_" value="l88Os8sKLIbJ2zvpQneeVxT2kJG"&gt;<br />
                                                &lt;input type=hidden name="IW_RestartCheck_"&gt;<br />
                                                    &lt;script nonce="8g0lADvTJQAPKt1IoVJ+uVzmTTs"&gt;init();&lt;/script&gt;<br />
                                                &lt;/form&gt;<br />
                                            &lt;/body&gt;<br />
                                        &lt;/html&gt;<br />
<br />
The code of the response 200 which seems Ok.<br />
But in fact it is an error response sent by the Intraweb application:<br />
"This application requires cookies to be enabled. Please enable cookies in your browser's settings, close your current web session and try again."<br />
<br />
And it seems to be related to the option CookieOptions &gt;  RuncookieCheck.<br />
The CookieOptions in my applications are:<br />
HttpOnly=true<br />
SameSite=ssoLax<br />
Secure=true<br />
SessionCookies=true<br />
UseCookies=true<br />
<br />
For sure I cannot ask users to go change cookies settings in their browsers before to be able to use my application!<br />
So, how to resolve this?]]></description>
			<content:encoded><![CDATA[I am using Intraweb 16.2.4 with Rad Studio Athens (C++ Builder)<br />
<br />
I created  a TContentHandler which is supposed to send a HTTP response 204 to the server sending the POST request:<br />
<br />
THandlers::Add("", "myhandler", new MyTContentBase());<br />
The POST Url is <a href="https://www.mydomain.com/myhandler" target="_blank" rel="noopener" class="mycode_url">https://www.mydomain.com/myhandler</a><br />
<br />
If I test it with Rad Studio REST Debugger, I get the expected response sent by my TContentHandler: 204 (nothing to be returned)<br />
But when the server (a Twilio Server) send the POST request, it first seems to be working, then it gets the response below:<br />
<br />
&lt;!DOCTYPE html&gt;<br />
&lt;html lang="en"&gt;<br />
    &lt;head&gt;<br />
        &lt;meta charset="utf-8"&gt;<br />
            &lt;meta name='viewport' content='width=device-width, initial-scale=1'&gt;<br />
                &lt;title&gt;&lt;/title&gt;<br />
                &lt;script nonce="8g0lADvTJQAPKt1IoVJ+uVzmTTs"&gt;function getWS(){var o=0,l=0,t=document,r=window.devicePixelRatio||1;return"CSS1Compat"==t.compatMode?(o=Math.max(t.body.scrollWidth,t.documentElement.scrollWidth),l=Math.max(t.body.scrollHeight,t.documentElement.scrollHeight))<img src="https://www.atozed.com/forums/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" />o=t.body.scrollWidth,l=t.body.scrollHeight),[o,l,r]}function cookieCheck(){var o=navigator,e=document,i=!!o.cookieEnabled;return void 0!==o.cookieEnabled||i||(e.cookie="testcookie",i=-1!=e.cookie.indexOf("testcookie")),i}function isIFrame(){if(window.location!==window.parent.location)return 1;return 0;}function init() {if(!cookieCheck()){alert("This application requires cookies to be enabled. Please enable cookies in your browser's settings, close your current web session and try again.");throw "Cookies are disabled.";}var s = getWS();var f = document.forms[0];f.elements["IW_width"].value = s[0];f.elements["IW_height"].value = s[1];f.elements["IW_dpr"].value = s[2];f.elements["IW_iframe"].value = isIFrame();  f.submit();}&lt;/script&gt;<br />
            &lt;/head&gt;<br />
            &lt;body&gt;<br />
                &lt;form method=post action="/?AccountSid=&amp;Hold=false&amp;Muted=false&amp;SequenceNumber=1&amp;StartConferenceOnEnter=true&amp;StatusCallbackEvent=participant-join&amp;Timestamp=Sat, 29 Aug 2026 01:17:31 +0000"&gt;<br />
                    &lt;input type=hidden name="IW_width"&gt;<br />
                        &lt;input type=hidden name="IW_height"&gt;<br />
                            &lt;input type=hidden name="IW_dpr"&gt;<br />
                                &lt;input type=hidden name="IW_iframe"&gt;<br />
                                    &lt;input type=hidden name="IW_SessionID_" value="sbOFyXruzqeZFPneOENgcNbBGtC"&gt;<br />
                                        &lt;input type=hidden name="IW_TrackID_" value="1"&gt;<br />
                                            &lt;input type=hidden name="IW_WindowID_" value="l88Os8sKLIbJ2zvpQneeVxT2kJG"&gt;<br />
                                                &lt;input type=hidden name="IW_RestartCheck_"&gt;<br />
                                                    &lt;script nonce="8g0lADvTJQAPKt1IoVJ+uVzmTTs"&gt;init();&lt;/script&gt;<br />
                                                &lt;/form&gt;<br />
                                            &lt;/body&gt;<br />
                                        &lt;/html&gt;<br />
<br />
The code of the response 200 which seems Ok.<br />
But in fact it is an error response sent by the Intraweb application:<br />
"This application requires cookies to be enabled. Please enable cookies in your browser's settings, close your current web session and try again."<br />
<br />
And it seems to be related to the option CookieOptions &gt;  RuncookieCheck.<br />
The CookieOptions in my applications are:<br />
HttpOnly=true<br />
SameSite=ssoLax<br />
Secure=true<br />
SessionCookies=true<br />
UseCookies=true<br />
<br />
For sure I cannot ask users to go change cookies settings in their browsers before to be able to use my application!<br />
So, how to resolve this?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The packages IW16.xx  include natively CGDevTools now ?]]></title>
			<link>https://www.atozed.com/forums/thread-6422.html</link>
			<pubDate>Thu, 27 Aug 2026 04:39:08 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=2207">DidierMenant</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6422.html</guid>
			<description><![CDATA[Hello, <br />
<br />
Since you are now maintaining CGDev, do the IW 16.xx packages natively include all CGDev components ?]]></description>
			<content:encoded><![CDATA[Hello, <br />
<br />
Since you are now maintaining CGDev, do the IW 16.xx packages natively include all CGDev components ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Source Code]]></title>
			<link>https://www.atozed.com/forums/thread-6404.html</link>
			<pubDate>Fri, 21 Aug 2026 09:02:06 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=98629">Rigoberto Mercedes</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6404.html</guid>
			<description><![CDATA[Hello. I purchased an IntraWeb Ultimate license, and according to the documentation, it includes the source code for certain modules. I would like to know where I can download them, as I need to understand how some options work, and examining the source code makes that easier. I apologize if this isn't the right channel for this request; if you could point me to the correct place to submit this inquiry, I would appreciate it.]]></description>
			<content:encoded><![CDATA[Hello. I purchased an IntraWeb Ultimate license, and according to the documentation, it includes the source code for certain modules. I would like to know where I can download them, as I need to understand how some options work, and examining the source code makes that easier. I apologize if this isn't the right channel for this request; if you could point me to the correct place to submit this inquiry, I would appreciate it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Change Language DataTable]]></title>
			<link>https://www.atozed.com/forums/thread-6396.html</link>
			<pubDate>Wed, 19 Aug 2026 09:45:51 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=98629">Rigoberto Mercedes</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6396.html</guid>
			<description><![CDATA[Hello, I have an issue: I am using IntraWeb Ultimate version 16.2 and trying to change the language for the DataTable in an IWDBGrid. However, the URL IntraWeb generates for the Spanish language settings is invalid—it points to a location that is no longer active (<a href="https://cdn.datatables.net/plug-ins/1.10.21/i18n/es-ES.json" target="_blank" rel="noopener" class="mycode_url">https://cdn.datatables.net/plug-ins/1.10...es-ES.json</a>). How can I change that URL, or where can I download the source files to make the change myself? Thanks.]]></description>
			<content:encoded><![CDATA[Hello, I have an issue: I am using IntraWeb Ultimate version 16.2 and trying to change the language for the DataTable in an IWDBGrid. However, the URL IntraWeb generates for the Spanish language settings is invalid—it points to a location that is no longer active (<a href="https://cdn.datatables.net/plug-ins/1.10.21/i18n/es-ES.json" target="_blank" rel="noopener" class="mycode_url">https://cdn.datatables.net/plug-ins/1.10...es-ES.json</a>). How can I change that URL, or where can I download the source files to make the change myself? Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Looking for UI Design Tips for a Business Catalog Website]]></title>
			<link>https://www.atozed.com/forums/thread-6344.html</link>
			<pubDate>Thu, 06 Aug 2026 01:17:22 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=95823">chrisjordon232</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6344.html</guid>
			<description><![CDATA[Hi everyone,<br />
<br />
I'm working on a business catalog website using web technologies, and I'm looking for some advice on creating a clean and responsive user interface.<br />
<br />
The project is for a company that showcases <a href="https://officeinn.ae/" target="_blank" rel="noopener" class="mycode_url">Office Furniture in Dubai</a>, so the website contains product categories, image galleries, contact forms, and inquiry pages. My main goal is to make the site load quickly while keeping the layout simple and user-friendly.<br />
<br />
For those who have experience with IntraWeb or Delphi web applications:<br />
<br />
Which UI components work best for product catalog pages?<br />
Do you have any recommendations for improving page performance when displaying many images?<br />
Is there a preferred approach for responsive layouts that works well across desktop and mobile devices?<br />
<br />
I'd appreciate any suggestions, best practices, or examples from your own projects.<br />
<br />
Thank you in advance for your help!]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
<br />
I'm working on a business catalog website using web technologies, and I'm looking for some advice on creating a clean and responsive user interface.<br />
<br />
The project is for a company that showcases <a href="https://officeinn.ae/" target="_blank" rel="noopener" class="mycode_url">Office Furniture in Dubai</a>, so the website contains product categories, image galleries, contact forms, and inquiry pages. My main goal is to make the site load quickly while keeping the layout simple and user-friendly.<br />
<br />
For those who have experience with IntraWeb or Delphi web applications:<br />
<br />
Which UI components work best for product catalog pages?<br />
Do you have any recommendations for improving page performance when displaying many images?<br />
Is there a preferred approach for responsive layouts that works well across desktop and mobile devices?<br />
<br />
I'd appreciate any suggestions, best practices, or examples from your own projects.<br />
<br />
Thank you in advance for your help!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to terminate HTTP Thread after WebSocket upgrade]]></title>
			<link>https://www.atozed.com/forums/thread-6336.html</link>
			<pubDate>Sat, 01 Aug 2026 07:27:23 -0400</pubDate>
			<dc:creator><![CDATA[<a href="https://www.atozed.com/forums/member.php?action=profile&uid=95003">hamstring</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.atozed.com/forums/thread-6336.html</guid>
			<description><![CDATA[I have a HTTP Server that performs the upgrade to a WebSocket server after serving the client with the html file containing the websocket client code on connect. Everything is working fine except the original TCP Thread is hanging in there as a ghost thread after the websocket upgrade, that is using a new thread.<br />
<br />
I am looking for a possible way on how to terminate that thread. I can post the relevant snippet where the upgrade is happening, if required.<br />
<br />
This is based on TIdCustomTCPServer and staspiter Websocketserver.<br />
<br />
Thank you for any fixes or pointers.]]></description>
			<content:encoded><![CDATA[I have a HTTP Server that performs the upgrade to a WebSocket server after serving the client with the html file containing the websocket client code on connect. Everything is working fine except the original TCP Thread is hanging in there as a ghost thread after the websocket upgrade, that is using a new thread.<br />
<br />
I am looking for a possible way on how to terminate that thread. I can post the relevant snippet where the upgrade is happening, if required.<br />
<br />
This is based on TIdCustomTCPServer and staspiter Websocketserver.<br />
<br />
Thank you for any fixes or pointers.]]></content:encoded>
		</item>
	</channel>
</rss>