Hi Oleg, all,

step 4: (?)
In HttpCore-main, three classes call params.setDefaults().
- AbstractHttpServerConnection, on the request being received
- AbstractHttpClientConnection, on the response being received
- HttpService (x4), on newly created response objects

It seems to me that in all three classes, we could replace
rxx.getParams().setDefaults(...) with rxx.setParams(...)

What do you think?

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to