Skip to content

Commit 9a886c4

Browse files
authored
Correções (#383)
2 parents 3c3aeeb + ab13cb5 commit 9a886c4

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)