Home
last modified time | relevance | path

Searched hist:1149 (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_router.cdiff 1149:c77f9c531725 Thu Aug 29 21:07:00 UTC 2019 Max Romanov <max.romanov@nginx.com> Fixed WebSocket implementation that was broken on some systems.

The "nxt_http_websocket" request state, defined in "nxt_http_websocket.c",
is used in "nxt_router.c" and must be linked with external symbol declared
in "nxt_router.c".

Due to the missing "extern" keyword, building Unit with some linkers
(notably gold and LLD) caused WebSocket connections to get stuck or even
crash the router process.