long standing bug in http; was sending .jar twice

pull/1/head
dscho 21 years ago
parent d5ac0a551a
commit 0ca0f4b3a8

@ -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;

Loading…
Cancel
Save