bug in mime parsing

svn: r3485
This commit is contained in:
Jay McCarthy 2006-06-26 23:12:37 +00:00
parent 98620ae135
commit 8b682d434b

View File

@ -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