By Francesco Buonomo on Monday, 20 April 2026
Posted in Support
Likes 0
Views 5
Votes 0
Hi Sergio, with the latest stable release (2026.4.0), my REST services page based on datasnap and sgcWebSocket_Server_WebBrokerBridge_HTTP2 no longer works (as you can see from the attached screenshots).
The problem lies in the TsgcWSHTTPServer.OnHTTP2RequestEvent procedure in sgcWebSocket_Server.
The procedure is affected when the frametype is of the "h2ftHEADERS" type; the function raises an "invalid pointer operation" error when sgcFree(oResponse) attempts to free the resource.
View Full Post