On Mar 11, 2013, at 3:37 PM, Mark Thomas wrote:
> On 09/03/2013 23:03, Nick Williams wrote:
>> Mark,
>>
>> I noticed the HttpServletRequest upgrade method still had the
>> signature void upgrade(HttpUpgradeHandler) when it should be > extends HttpUpgradeHandler> T upgrade(Class) per the latest s
On 09/03/2013 23:03, Nick Williams wrote:
> Mark,
>
> I noticed the HttpServletRequest upgrade method still had the
> signature void upgrade(HttpUpgradeHandler) when it should be extends HttpUpgradeHandler> T upgrade(Class) per the latest spec.
> What's your status on getting this changed?
Haven
Mark,
I noticed the HttpServletRequest upgrade method still had the signature void
upgrade(HttpUpgradeHandler) when it should be T
upgrade(Class) per the latest spec. What's your status on getting this
changed? I started to try to clean this up a bit (I can email you a partial
patch that has