open-vault/command/server
Josh Black e53556130c
Fix JSON encoding adding newlines. (#8928)
Fix JSON encoding adding newlines.

This manifested itself when encoding config values, which all map to
strings. An extra new line would get added by json.Encode, which caused
other things to break with confusing error messagges. Switching to
json.Marshal seems to solve the problem.
2020-05-19 16:13:05 -07:00
..
test-fixtures Fix JSON encoding adding newlines. (#8928) 2020-05-19 16:13:05 -07:00
config.go Fix JSON encoding adding newlines. (#8928) 2020-05-19 16:13:05 -07:00
config_test.go Fix JSON encoding adding newlines. (#8928) 2020-05-19 16:13:05 -07:00
config_test_helpers.go Fix JSON encoding adding newlines. (#8928) 2020-05-19 16:13:05 -07:00
config_util.go
listener.go
listener_tcp.go
listener_tcp_test.go
listener_test.go
server_seal_transit_acc_test.go