On Fri, 2013-06-21 at 12:33 -0700, Clover wrote: > I used the core-nio example to build a simple asynchronous proxy filter in > tomcat 7. I wanted to add http/1.1 compliant caching to it. > >
Theoretically we could decouple HTTP caching protocol logic from client specific APIs and move it to HttpCore. I reckon this would take a considerable amount of efforts. Unless you would be prepared to do all the leg work to make that happen, you should simply depend on HttpClient cache and copy whatever bits you cannot re-use. Oleg > On Wed, Jun 19, 2013 at 8:14 AM, Oleg Kalnichevski <[email protected]> wrote: > > > On Wed, 2013-06-19 at 08:01 -0700, Clover wrote: > > > Is this in the context of caching for httpclient or the core code? I'm > > new to the code base and I'm trying to grok how to get what I need done. > > > > > > > What is it _exactly_ you need done? > > > > 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]
