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