e53556130c
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. |
||
---|---|---|
.. | ||
test-fixtures | ||
config.go | ||
config_test.go | ||
config_test_helpers.go | ||
config_util.go | ||
listener.go | ||
listener_tcp.go | ||
listener_tcp_test.go | ||
listener_test.go | ||
server_seal_transit_acc_test.go |