libvncserver icon indicating copy to clipboard operation
libvncserver copied to clipboard

Handle HTTP for threaded server

Open bk138 opened this issue 3 years ago • 0 comments

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

bk138 avatar Apr 17 '22 21:04 bk138