summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_h1proto_websocket.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-20Fixed WebSocket connection hang issue after listener reconfigure.Max Romanov1-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-19Completing request header buffers to avoid memory leak.Max Romanov1-1/+1
Before this fix, only persistent connection request buffers were completed. This issue was introduced in dc403927ab0b.
2019-11-14Introduced chained buffer completion handlers.Igor Sysoev1-0/+1
2019-11-14Using event engine memory buffers in HTTP/1 layer.Igor Sysoev1-2/+2
2019-09-02Making request state handler calls more consistent.Max Romanov1-6/+2
2019-08-20Introducing websocket support in router and libunit.Max Romanov1-0/+719