Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-09-20 | Fixed WebSocket connection hang issue after listener reconfigure. | Max Romanov | 1 | -29/+15 | |
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. | |||||
2020-03-19 | Completing request header buffers to avoid memory leak. | Max Romanov | 1 | -1/+1 | |
Before this fix, only persistent connection request buffers were completed. This issue was introduced in dc403927ab0b. | |||||
2019-11-14 | Introduced chained buffer completion handlers. | Igor Sysoev | 1 | -0/+1 | |
2019-11-14 | Using event engine memory buffers in HTTP/1 layer. | Igor Sysoev | 1 | -2/+2 | |
2019-09-02 | Making request state handler calls more consistent. | Max Romanov | 1 | -6/+2 | |
2019-08-20 | Introducing websocket support in router and libunit. | Max Romanov | 1 | -0/+719 | |