Files
nats-server/server
Ivan Kozlovic b1bb181f3d Ensure URLs are compared using reflect.DeepEqual
I don't think it is a good thing to compare the pointers and we
should use the DeepEqual instead.
When comparing a solicited route's URL to the URL that was created
during the parsing of the configuration, the pointers maybe the
same and so u1 == u2 would work. However, there are cases where
the URL is built on the fly based on the received route INFO protocol
so I think it is safer to use a function that does a reflect.DeepEqual
instead.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
2018-08-16 09:48:32 -06:00
..
2018-03-29 11:48:09 -04:00
2018-03-15 22:31:07 -07:00
2018-06-21 17:04:10 -06:00
2018-06-27 17:26:49 -06:00
2018-07-05 10:12:06 -06:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00
2018-07-02 10:35:18 -07:00
2018-07-02 12:10:17 -07:00
2018-06-20 20:18:59 -07:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00
2018-03-15 22:31:07 -07:00
2018-03-23 13:40:10 -06:00
2018-06-04 17:45:05 -07:00