Opened 9 years ago
Closed 9 years ago
#941 closed enhancement (fixed)
make-tcp-socket's error messages are not helpful
Reported by: | fare | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Runtime (threads, GC) | Version: | trunk |
Keywords: | Cc: |
Description
Dan Weinreb 2010-07-12 18:26:58 EDT
When make-tcp-socket fails (e.g. there's nobody listening at the other end), the condition object that is created doesn't have helpful information in it such as the host and port and so on. When it calls socket-call, it could pass more useful stuff in the "where" argument, for example.
PS: was ITA bug 83283.
Change History (1)
comment:1 Changed 9 years ago by gb
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [15310]) SOCKET-ERRORs from failed connection attempts report remote address. Fixes ticket:941.