BrewPiLess icon indicating copy to clipboard operation
BrewPiLess copied to clipboard

Error : _loggingInfo->contentType isn’t null after deleting in log page form.

Open jangolen opened this issue 3 years ago • 1 comments

if(_loggingInfo->contentType){ _http.addHeader("Content-Type", _loggingInfo->contentType); }else{ _http.addHeader("Content-Type", "application/x-www-form-urlencoded"); } Not working become after erasing in form contentType=“”, not null.

jangolen avatar Aug 15 '22 18:08 jangolen

yeah. You are right.

vitotai avatar Aug 26 '22 13:08 vitotai