diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | httpd.c | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,4 @@ + long standing http bug (.jar was sent twice) fixed by a friend of Karl named Mike http options in cargs when closing a client and no longer listening for new ones, don't crash fixed a bug with ClientConnectionGone @@ -192,7 +192,9 @@ httpCheckFds(rfbScreenInfoPtr rfbScreen) static void httpCloseSock(rfbScreenInfoPtr rfbScreen) { + close(rfbScreen->httpSock); rfbScreen->httpSock = -1; + buf_filled = 0; } static rfbClientRec cl; |