Issue:
Using Udon Sharp's
VRCStringDownloader.LoadUrl()
to attempt to download a text file larger than String Loading's maximum file size restriction of 100 MB triggers
OnStringLoadError()
with the HTTP error code 200 OK and the message
Unable to write data.
.
Suggestion:
I think it should be changed to the HTTP error code 413 Content Too Large and the message
Text file is too large.
to make it clearer, since 200 OK is meant to be used for successful responses.