On Wed, 2017-02-15 at 13:19 -0800, Gary Gregory wrote: > Hi All: > > Right now our user agent logs as: > > User-Agent: Apache-HttpClient/4.5.2 (Java/1.7.0_80) > > I think this would be more helpful when debugging: > > User-Agent: Apache-HttpClient/4.5.2 Apache-HttpCore/4.4.5 > Java/1.7.0_80 > > Thoughts? > > Gary >
Gary What would be the benefit of doing so? For instance for HttpAsyncClient we would have include HttpCore, HttpCore NIO, HttpClient and HttpAsyncClient versions. It seems to make more complex then necessary. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
