Update redbean Fetch to lower priority on content-length log message

This commit is contained in:
Paul Kulchenko 2022-09-04 07:23:34 -07:00
parent 6a04bc3318
commit c171aaada6

View file

@ -304,7 +304,7 @@ static int LuaFetch(lua_State *L) {
goto TransportError; goto TransportError;
} }
if (rc) { if (rc) {
WARNF("(ftch) content-length is %`'.*s", DEBUGF("(ftch) content-length is %`'.*s",
FetchHeaderLength(kHttpContentLength), FetchHeaderLength(kHttpContentLength),
FetchHeaderData(kHttpContentLength)); FetchHeaderData(kHttpContentLength));
hdrsize = rc; hdrsize = rc;