A DESCRIPTION OF THE PROBLEM :
In the getResponseCode method, there is a little confusing:
"If we can't a status-line then re-throw any exception"
It should be:
"If we can't find a status-line then re-throw any exception"
It's gonna be clearer.
In the getResponseCode method, there is a little confusing:
"If we can't a status-line then re-throw any exception"
It should be:
"If we can't find a status-line then re-throw any exception"
It's gonna be clearer.