Commit Briefs

Omar Polo

un-uglify the route re-entering



Omar Polo

http: fix reswriter_write() return value

we "wrote" only len(buf) bytes. Also, since res.dst is a dynstream no short writes can happen.


Omar Polo

http: correct/improve README


Omar Polo

adapt to http api



Omar Polo

rename client -> connection

use consistently `conn' as local variable name


Omar Polo

http: add illimitate buffering


Omar Polo

http: add a README file


Omar Polo

adapt to http api change


Omar Polo

http: remove http::error, callbacks now return io::error only

Having http::error being io::error plus badrequest was just a hack. There's no need to expose the private error type.


Omar Polo

http: remove debug logging




Omar Polo

http: fmt