Changeset 369 in code for trunk/upstream.go
- Timestamp:
- Jul 22, 2020, 1:44:19 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/upstream.go
r355 r369 143 143 return nil, fmt.Errorf("failed to dial %q: %v", addr, err) 144 144 } 145 case " unix":145 case "irc+unix", "unix": 146 146 logger.Printf("connecting to Unix socket at path %q", u.Path) 147 147 netConn, err = dialer.Dial("unix", u.Path)
Note:
See TracChangeset
for help on using the changeset viewer.