Resource usage
svn: r6555
This commit is contained in:
parent
d42ec59149
commit
ebd92ebf0a
|
@ -212,7 +212,8 @@
|
|||
(lambda (i-port)
|
||||
(define _ (file-position i-port start))
|
||||
(define i-port/end (make-limited-input-port i-port end #t))
|
||||
(copy-port i-port/end (connection-o-port conn)))))))
|
||||
(copy-port i-port/end (connection-o-port conn))
|
||||
(close-input-port i-port/end))))))
|
||||
|
||||
(define ext:output-file
|
||||
(ext:wrap output-file))
|
||||
|
|
Loading…
Reference in New Issue
Block a user