* Fixed processing post-content of unknown content-types

git-svn-id: trunk@49387 -
This commit is contained in:
joost 2021-05-21 21:46:39 +00:00
parent 5726428dcc
commit fd91e8263c

View File

@ -2573,10 +2573,9 @@ procedure TRequest.HandleStreamingUnknownEncoding(const State: TContentStreaming
var
S: TStream;
begin
ProcessStreamingSetContent(State, Buf, Size);
if Assigned(FOnUnknownEncoding) then
begin
ProcessStreamingSetContent(State, Buf, Size);
if state=cssEnd then
begin
try