[Bug 56187] Websocket text buffer maximum limit does not change from default 8192.

2019-09-01 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56187 --- Comment #5 from Callum Atkin <9ir78...@besttempmail.com> --- Web stocks have some buffer text that was going to maintain the maximum limits that can be change along all aspects at this. I was able to read some details that was at https://my-

[Bug 56187] Websocket text buffer maximum limit does not change from default 8192.

2019-08-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=56187 --- Comment #5 from Alica Hallahan <5m3_3...@besttempmail.com> --- We can change the default limits but it’s too much difficult for change so that’s why mostly people can tells us it’s not change. If you know how to change this then first regist

[Bug 56187] Websocket text buffer maximum limit does not change from default 8192.

2014-02-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56187 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 56187] Websocket text buffer maximum limit does not change from default 8192.

2014-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56187 --- Comment #3 from Shailesh <05.shail...@gmail.com> --- Atmosphere 1.0.18 uses legacy protocol. I tried to debug the issue reached to org.apache.catalina.websocket.WsOutbound. public static final int DEFAULT_BUFFER_SIZE = 8192; public

[Bug 56187] Websocket text buffer maximum limit does not change from default 8192.

2014-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56187 --- Comment #2 from Konstantin Kolinko --- There are 2 different web socket protocol implementations available in Tomcat 7: 1) JSR-356 (a new one) 2) legacy The settings that you changed are used by the JSR-356 implementation only. I do n

[Bug 56187] Websocket text buffer maximum limit does not change from default 8192.

2014-02-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=56187 Shailesh <05.shail...@gmail.com> changed: What|Removed |Added Summary|Websocket text message |Websocket text bu