JUCE
JUCE copied to clipboard
Changed how HTTP headers are ended on Linux
trafficstars
This is fixing the error reported at https://forum.juce.com/t/url-header-suffix-on-linux/59985/2
Essentially the HTTP header section should end with "/r/n/r/n". The previous code was not taking into account that there might already be some of the suffix present before applying it.