sebb wrote:
BasicHttpRequest currently has a non-final field "requestLine".

This could be made final, and the check/update of the field in
getRequestLine() removed, as the field cannot be null.

S///


Hi Sebastian,

The reason for this variable being non-final is to make it possible to mutate HTTP protocol version of an existing BasicHttpRequest through the HttpParams collection associated with the object. It is basically a hangover from the 3.x days. I do not mind changing the behavior and making the variable final.

Oleg

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to