summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_websocket_accept.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2022-06-22Marked a couple of variables 'const'.Andrew Clayton1-2/+2
As was pointed out by the cppcheck[0] static code analysis utility we can mark a couple of variables as 'const'. This acts as a hint to the compiler about our intentions and the compiler will tell us when we deviate from them. [0]: https://cppcheck.sourceforge.io/
2019-08-20Introducing websocket support in router and libunit.Max Romanov1-0/+68