Closed Atlinx closed 1 year ago
Changed GodotHttpAdapter.SendAsync to send an empty body string if the byte array is null. Originally it would throw an error because System.Text.Encoding cannot encode a null byte array.
GodotHttpAdapter.SendAsync
System.Text.Encoding
Fixes #161
All committers have signed the CLA.
Changed
GodotHttpAdapter.SendAsync
to send an empty body string if the byte array is null. Originally it would throw an error becauseSystem.Text.Encoding
cannot encode a null byte array.Fixes #161