Skip to content

Commit ab13cb5

Browse files
author
ronierys2@hotmail.com
committed
Correções
- Correção para recebimento de Arquivos/Streams no Server novo com body e sem body.
1 parent 5477d7f commit ab13cb5

4 files changed

Lines changed: 283 additions & 522 deletions

File tree

CORE/Source/Basic/Mechanics/uRESTDWMessageCoderMIME.pas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,6 @@ destructor TRESTDWMessageDecoderMIME.Destroy;
312312
Begin
313313
If IsHeaderMediaType(LContentType, 'application/mac-binhex40') Then {Do not Localize}
314314
LContentTransferEncoding := 'binhex40' {do not localize}
315-
Else If Not IsHeaderMediaType(LContentType, 'application/octet-stream') Then {Do not Localize}
316-
LContentTransferEncoding := '7bit'; {do not localize}
317315
End
318316
Else If IsHeaderMediaType(LContentType, 'multipart') Then {do not localize}
319317
Begin

0 commit comments

Comments
 (0)