JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Changed how HTTP headers are ended on Linux

Open maxwalley opened this issue 1 year ago • 2 comments
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.

maxwalley avatar Feb 15 '24 10:02 maxwalley