kachayev / nasus

Zero-configuration command-line async HTTP files server in Clojure. Like Python's SimpleHTTPServer but scalable.
MIT License
166 stars 9 forks source link

aleph.http.client/close may close the connection too early #16

Open kachayev opened 5 years ago

kachayev commented 5 years ago

It should not be the problem for error responses with no body content... But overall it would be nice to find a more correct way of doing this.