vi / websocat

Command-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions
MIT License
6.72k stars 257 forks source link

Print more details on I/O failure #236

Open WxNzEMof opened 2 months ago

WxNzEMof commented 2 months ago

Example:

websocat: WebSocketError: I/O failure

It would be useful to have more details than that, such as the errno received from the system call, and which system call failed.