bug in mime parsing
svn: r3485
This commit is contained in:
parent
98620ae135
commit
8b682d434b
|
@ -203,7 +203,7 @@
|
|||
|
||||
; mime-part : (listof header?) * (listof bytes?)
|
||||
(define-struct mime-part (headers contents))
|
||||
(define CR-NL #"#\return#\newline")
|
||||
(define CR-NL #"\r\n")
|
||||
(define (construct-mime-part headers body)
|
||||
(make-mime-part
|
||||
headers
|
||||
|
|
Loading…
Reference in New Issue
Block a user