> On Nov 7, 2017, at 9:00 AM, Simone Bordet <[email protected]> wrote: > > Hi, > > On Fri, Nov 3, 2017 at 11:56 PM, Steven Schlansker > <[email protected]> wrote: >> >> It sure looks like the request object is getting recycled before the >> callback is being invoked. But that seems crazy! How am I to do anything >> with it if all fields are nulled out first? > > You are mistakenly calling super.onProxyResponseSuccess(...) _before_ > pulling out the PROXY_CONTEXT attribute.
Ah, of course, thank you for identifying my mistake! Too used to writing synchronous code, when the cleanup would happen after method return...
signature.asc
Description: Message signed with OpenPGP using GPGMail
_______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
