Jonathan

Results 1 comments of Jonathan
trafficstars

One approach is implementing the trait `hyper::server::accept::Accept` (note now hyper 0.13, can't comment on any api changes.) I wrote [this](https://gist.github.com/jonhere/75fc1930f143889fed02c2bbaccfad2f) (part of working prototype) before coming to this issue. If...