Hi !

Why in Httprequest there is this ioLoop attribut ?

public class HttpRequest {
        
        private IOLoop ioLoop;

I think it's not used and create a useless dependency between this
class and the ioloop package but perhaps it's mean to be used by user
code ?

By the way, the code is quite compact, but a small javadoc intro on
each class could improve overall code readability and help to catch
more contributors :)

Regards,
Julien

Reply via email to