open-consul/agent/grpc
Daniel Nephin e226733b26 fix 64-bit aligment for 32-bit platforms
sync/atomic must be used with 64-bit aligned fields, and that alignment is difficult to
ensure unless the field is the first one in the struct.

https://golang.org/pkg/sync/atomic/#pkg-note-BUG.
2021-06-29 16:10:21 -04:00
..
internal/testservice grpc: add Datacenter field to testing service response 2020-09-14 19:02:09 -04:00
resolver grpc: fix a data race by using a static resolver 2021-06-02 11:35:38 -04:00
client.go grpc: fix a data race by using a static resolver 2021-06-02 11:35:38 -04:00
client_test.go grpc: fix a data race by using a static resolver 2021-06-02 11:35:38 -04:00
handler.go Set gRPC keepalives to mirror Yamux keepalive behaviour 2021-04-07 14:09:22 +01:00
server_test.go grpc: fix a data race by using a static resolver 2021-06-02 11:35:38 -04:00
stats.go fix 64-bit aligment for 32-bit platforms 2021-06-29 16:10:21 -04:00
stats_test.go grpc: fix grpc metrics 2020-11-11 14:27:25 -05:00