Closed floitsch closed 1 year ago
Another one:
******************************************************************************
Decoding by `jag`, device has version <2.0.0-alpha.90>
******************************************************************************
EXCEPTION error.
ALREADY_CLOSED
0: Session.handshake <sdk>/tls/session.toit:207:7
1: Session.ensure_handshaken_ <sdk>/tls/session.toit:433:5
2: Session.write <sdk>/tls/session.toit:369:5
3: Socket.write <sdk>/tls/socket.toit:102:21
4: Writer.write <sdk>/writer.toit:39:23
5: Connection.send_headers <pkg:pkg-http>/connection.toit:119:13
6: RequestOutgoing.send <pkg:pkg-http>/request.toit:48:32
This is on a client that was never closed. However, the initial handshake failed (due to OOM).
The first should be solved. I will close the issue, even if the second might still happen. Will open a new issue if I see it again.
With v2.3.0 I'm still getting http requests that don't work: