I was wondering if there is a constant for - "http.socket.receivebuffer" / SO_RCVBUF in the httpclient 4.x codebase .
The older ones seems to have it here - o.a.commons.httpclient.params.HttpConnectionParams.SO_RCVBUF ( as per docs, http://hc.apache.org/httpclient-3.x/apidocs/constant-values.html ). org.apache.http.params.CoreConnectionPNames seems to have other (SO_*) constants , but not this. Any hints / suggestions ? -- Karthik.
