mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 21:28:21 +02:00
* Fixed processing post-content of unknown content-types
git-svn-id: trunk@49387 -
This commit is contained in:
parent
5726428dcc
commit
fd91e8263c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user