tailrecursion / ring-proxy

HTTP proxy ring middleware for Clojure web applications.
47 stars 14 forks source link

Allow proxying of multi packet data. #6

Open deanmarano opened 10 years ago

deanmarano commented 10 years ago

When dealing with multi-packet data, the current implementation truncates as read only reads a portion of the buffer. According to the documentation, read should be called until it returns -1 number of bytes read.