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