Re: Upgrade with async leads to infinite onDataAvailable

2018-08-01 Thread Mark Thomas
On 25/07/18 10:25, Sergey Mashkov wrote: > Hi > > I am facing problem in the following scenario: > > In response to an upgrade request I do upgrade, get WebConnection instance, > take UpgradedServletInputStream from it > As far it is a usual ServletInputStream I set ReadListener on it. It works >

Upgrade with async leads to infinite onDataAvailable

2018-07-25 Thread Sergey Mashkov
Hi I am facing problem in the following scenario: In response to an upgrade request I do upgrade, get WebConnection instance, take UpgradedServletInputStream from it As far it is a usual ServletInputStream I set ReadListener on it. It works almost properly so I didn't notice it for long. Now I se