LibVNC / libvncserver

LibVNCServer/LibVNCClient are cross-platform C libraries that allow you to easily implement VNC server or client functionality in your program.
GNU General Public License v2.0
1.1k stars 482 forks source link

Handle HTTP for threaded server #514

Closed bk138 closed 3 weeks ago

bk138 commented 2 years ago

If you'd like to put out an incentive for implementing this feature, you can do so at https://issuehunt.io/r/LibVNC/libvncserver

Is your feature request related to a problem? Please describe.

The embedded HTTP server code is not executed at all when the library runs in threaded mode.

Describe the solution you'd like

Working HTTP server when the library runs in threaded mode.

Describe alternatives you've considered

None.

Additional context

https://github.com/LibVNC/libvncserver/blob/master/libvncserver/main.c#L623