| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
e463fe8356 |
MT#55283 single-threaded lws_write()
Avoid calling lws_write() from threads other than the service thread, as
this might not be thread-safe. Instead store the values used for the
HTTP response headers in the websocket_output, then trigger a "writable"
callback, and finally do all the lws_write() calls from the service
thread.
Reported in #1624
Change-Id: Ifcb050193044e5543f750a12fb44f5e16d4c0a08
(cherry picked from commit
|
3 years ago |
|
|
4910f7b33f |
TT#88951 support queuing multiple WS output messages
Change-Id: I9bcb1f5dd2942c4631820c25f343331c9630b8d7 |
5 years ago |
|
|
31f8b6f982 |
TT#91150 support NG over HTTP/WS
Change-Id: Ib0255872f6d85f2ca5c2d9118831ba8e65f7df2a |
5 years ago |
|
|
aa36a1f619 |
TT#88951 add HTTP/Websocket listener
Change-Id: Ib2e7c87913abd4f89aa43075fe7cd9fb4d7cf1f7 |
5 years ago |