.
original commit: 080f41a325b14478977966dc259d7e075740dd3a
This commit is contained in:
parent
a7b96ce7ff
commit
f9b065678b
|
@ -149,8 +149,9 @@
|
||||||
(lambda (in)
|
(lambda (in)
|
||||||
(let loop ((headers "") (ln (read-line in 'any)))
|
(let loop ((headers "") (ln (read-line in 'any)))
|
||||||
(cond ((eof-object? ln)
|
(cond ((eof-object? ln)
|
||||||
(raise (make-unexpected-termination
|
;; (raise (make-unexpected-termination "eof reached! while parsing headers"))
|
||||||
"eof reached! while parsing headers")))
|
(warning "premature eof while parsing headers")
|
||||||
|
headers)
|
||||||
((string=? ln "") headers)
|
((string=? ln "") headers)
|
||||||
(else
|
(else
|
||||||
;; Quoting rfc822:
|
;; Quoting rfc822:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user