mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 03:24:40 -07:00
- Fixed the close of a TLS connection which starting Go 1.16 set the deadline to 5 seconds. - Fixed an issue with setHeader that was causing these error messages ``` === RUN TestServiceImportReplyMatchCycleMultiHops nats: message could not decode headers on connection [4] for subscription on "foo" --- PASS: TestServiceImportReplyMatchCycleMultiHops (0.04s) ``` - Fixed names of tests in norace_test.go since they must start with TestNoRace in order to make sure that we execute them in Travis: ``` go test -v -run=TestNoRace --failfast -p=1 ./... ``` Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
44 KiB
44 KiB