MatrixAI / js-quic

QUIC Networking for TypeScript & JavaScript
https://matrixai.github.io/js-quic/
Apache License 2.0
13 stars 1 forks source link

handle `EHOSTUNREACH` error and dispatch back to connection calling send #109

Closed tegefaulkes closed 3 months ago

tegefaulkes commented 3 months ago

Description

This PR addresses a problem where a send call for a IPv6 address that was unreachable caused the program to crash. This send error will be handled like other send errors that are specific problems with the connection. The error is dispatched back to the connection and thrown there.

Issues Fixed

Tasks

Final checklist

linear[bot] commented 3 months ago

ENG-351 Agent Start Fails with `ErrorQUICClientInternal: Failed to send data on the QUICSocket`