Fix load error in mime.multipart
parent
7e020af18a
commit
f73f4e6293
|
@ -3,8 +3,7 @@
|
|||
USING: multiline kernel sequences io splitting fry namespaces
|
||||
http.parsers hashtables assocs combinators ascii io.files.unique
|
||||
accessors io.encodings.binary io.files byte-arrays math
|
||||
io.streams.string combinators.short-circuit strings math.order
|
||||
quoting ;
|
||||
io.streams.string combinators.short-circuit strings math.order ;
|
||||
IN: mime.multipart
|
||||
|
||||
CONSTANT: buffer-size 65536
|
||||
|
|
Loading…
Reference in New Issue