We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bd7bd commit 55be068Copy full SHA for 55be068
1 file changed
src/libvncserver/httpd.c
@@ -150,6 +150,11 @@ void rfbHttpShutdownSockets(rfbScreenInfoPtr rfbScreen) {
150
/*
151
* httpCheckFds is called from ProcessInputEvents to check for input on the
152
* HTTP socket(s). If there is input to process, httpProcessInput is called.
153
+ * TODO When a new client connects, the active HTTP connection is abruptly
154
+ * terminated, the ongoing download or data transfer for the active client will
155
+ * be cut off because the server closes the socket without waiting for the
156
+ * transfer to complete. The new client then takes over the single httpSock, and
157
+ * the previous client loses its connection.
158
*/
159
160
void
0 commit comments