siyuan/kernel/server
Davide Garberi 0cc061dec8
🎨 Fix network serving TLS on mobile devices (#17119)
* Until now, the TLS would only work via the fixed port proxy, which
   isn't used on mobile devices.
 * Move the logic for the multiplexer out of the fixed port logic
 * Use the newly moved multiplexer logic for the regular server as well,
   whenever the fixed port and the server port match.
2026-03-02 16:43:27 +08:00
..
proxy 🎨 Fix network serving TLS on mobile devices (#17119) 2026-03-02 16:43:27 +08:00
port.go ♻️ Refactor Go to err != nil, err == nil (#12385) 2024-09-04 09:40:50 +08:00
serve.go 🎨 Fix network serving TLS on mobile devices (#17119) 2026-03-02 16:43:27 +08:00