http: always send content-length in response

This commit is contained in:
uwaa 2024-12-02 16:17:53 +00:00
parent 48bd35d20b
commit de1f3f756a

View file

@ -97,7 +97,7 @@ public class HttpResponse
}
else
{
Fields.ContentLength = null;
Fields.ContentLength = 0;
Fields.ContentType = null;
}