<div dir="ltr"><div>Hi all, </div><div><br></div><div>I have a simple server (included) that has stopped working due to some changes to fphttpserver or the sockets code.</div><div><br></div><div>The problem, as far as my limited knowledge goes, seems to stem from FSocket.RemoteEndpoint.First.Address in fphttpserver.pp</div><div><br></div><div>Replacing the FSocket.RemoteEndpoint.First.Address with HostAddrToStr(Data.RemoteAddress.sin_addr) - the old code - fixes the issue.</div><div><br></div><div>Printing out FSocket.RemoteEndpoint.First.Address displays nothing.</div><div><br></div><div>To test the included program, run it and "curl -d some=data <a href="http://127.0.0.1:8889">http://127.0.0.1:8889</a>" </div><div><br></div><div><div>FPC 3.3.1 (latest) Linux x86_64 (Debian 13.5)</div><div><br></div><div>Keep up the great work,</div><div><br></div><div>Regards,<br></div><div>David</div><br></div></div>