syncthing/lib/connections
Jakob Borg 9c67bd2550 lib/connections: Fix port fixup in Go 1.8 (fixes #3817)
The test for the error string is fragile, and the error string changed
in Go 1.8 so the relevant part is no longer a prefix. This covers it
with a test though, so it should be fine in the future as well.

GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3818
2016-12-18 11:28:18 +00:00
..
connections_test.go lib/connections: Fix port fixup in Go 1.8 (fixes #3817) 2016-12-18 11:28:18 +00:00
debug.go Implement facility based logger, debugging via REST API 2015-10-03 18:09:53 +02:00
limitedreader.go Decouple connections service from model 2015-09-25 12:19:30 -04:00
limitedwriter.go Decouple connections service from model 2015-09-25 12:19:30 -04:00
relay_dial.go lib/connections, lib/model: Connection service should expose a single interface 2016-11-30 07:54:20 +00:00
relay_listen.go lib/connections, lib/model: Connection service should expose a single interface 2016-11-30 07:54:20 +00:00
service.go lib/connections: Fix odd logging, forgot to call function 2016-12-02 12:56:14 +01:00
structs.go lib/connections, lib/model: Connection service should expose a single interface 2016-11-30 07:54:20 +00:00
tcp_dial.go lib/connections, lib/model: Connection service should expose a single interface 2016-11-30 07:54:20 +00:00
tcp_listen.go lib/connections: Fix port fixup in Go 1.8 (fixes #3817) 2016-12-18 11:28:18 +00:00