i was reading over the code on this link
http://svn.apache.org/viewvc/httpcom...o.java?view=co
and if you look at the constructor its making a call to its super class constructor which i assume is calling the object classes constructor, but whats the point of calling the objects class constructor?
is this common practice?
