http: always send content-length in response
This commit is contained in:
parent
48bd35d20b
commit
de1f3f756a
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ public class HttpResponse
|
|||
}
|
||||
else
|
||||
{
|
||||
Fields.ContentLength = null;
|
||||
Fields.ContentLength = 0;
|
||||
Fields.ContentType = null;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue