On 17/06/2014 20:47, Konstantin Kolinko wrote:
> 2014-06-17 23:39 GMT+04:00  <ma...@apache.org>:
>> Author: markt
>> Date: Tue Jun 17 19:39:48 2014
>> New Revision: 1603274
>>
>> URL: http://svn.apache.org/r1603274
>> Log:
>> Enable the async echo endpoint
>>
>> Modified:
>>     
>> tomcat/trunk/webapps/examples/WEB-INF/classes/websocket/echo/EchoAsyncAnnotation.java
> 
>> @@ -32,7 +33,7 @@ import javax.websocket.Session;
>>   * Note: This one is disabled by default since it allocates memory, and 
>> needs
>>   * to be enabled back.
>>   */
> 
> If you enable it, then the above comment have to be removed,
> see r1598981.
> 
> I think there have to be some size limit to 'sb' and 'bytes' fields.
> How much is needed to pass Autobahn test?

There are some large messages in the Autobahn tests (multi-MB).

On reflection I think it will be easier to just disable it again.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to