Hi folks, there's two more little changes I'd like to do in HttpCore this week-end. Please let me know how you feel about:
- declaring HttpVersion final and Serializable. That would bring it on par with java.lang.Integer and other stuff that might be put into HttpParams. - moving DefaultHttpParams to org.apache.http.impl.params. The interface is defined in a params subpackage, so the implementation should be too. The first change shouldn't affect anybody, the second one will require most users to change one import. cheers, Roland --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
