#
1956:f4c32c2d595d |
| 20-Sep-2021 |
Max Romanov |
Fixed WebSocket connection hang issue after listener reconfigure.
Because the configuration values were read from the listener's configuration, an established WebSocket connection was unable to work
Fixed WebSocket connection hang issue after listener reconfigure.
Because the configuration values were read from the listener's configuration, an established WebSocket connection was unable to work properly (i. e. stuck) if the listener was removed. The correct source of configuration values is the request config joint.
This is related to issue #581 on GitHub.
show more ...
|
Revision tags: 1.25.0-1, 1.25.0, 1.24.0-1, 1.24.0, 1.23.0-1, 1.23.0, 1.22.0-1, 1.22.0, 1.21.0-1, 1.21.0, 1.20.0-1, 1.20.0, 1.19.0-1, 1.19.0, 1.18.0-1, 1.18.0, 1.17.0-1, 1.17.0 |
|
#
1417:039b00e32e3d |
| 19-Mar-2020 |
Max Romanov |
Completing request header buffers to avoid memory leak.
Before this fix, only persistent connection request buffers were completed.
This issue was introduced in dc403927ab0b.
|
Revision tags: 1.16.0-1, 1.16.0, 1.15.0-1, 1.15.0, 1.14.0-1, 1.14.0, 1.13.0-1, 1.13.0 |
|
#
1269:41331471eee7 |
| 14-Nov-2019 |
Igor Sysoev |
Introduced chained buffer completion handlers.
|
#
1268:dc403927ab0b |
| 14-Nov-2019 |
Igor Sysoev |
Using event engine memory buffers in HTTP/1 layer.
|
Revision tags: 1.12.0-1, 1.12.0, 1.11.0-2, 1.11.0-1, 1.11.0 |
|
#
1155:8f70f87d0254 |
| 02-Sep-2019 |
Max Romanov |
Making request state handler calls more consistent.
|
Revision tags: 1.10.0-2, 1.10.0-1, 1.10.0 |
|
#
1131:ec7d924d8dfb |
| 20-Aug-2019 |
Max Romanov |
Introducing websocket support in router and libunit.
|