nyck33
January 22, 2025, 3:05pm
5
with the node-server
identity in place of node-server-hcmc
on my other computer, at least I could kind of get on the overlay although it was having issues.
@curt also these kinds of errors:
TypeError: parser.onIncoming is not a function
at HTTPParser.parserOnHeadersComplete (node:_http_common:117:17)
This error is coming from the Ziti SDK's HTTP parser integration with Node.js. The specific error:
This suggests there's an incompatibility between how the Ziti SDK is handling HTTP requests and how Node.js expects them to be handled. The error occurs in the socket handling layer when Ziti tries to process incoming HTTP requests....is what Curso…