Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
0ca0f4b3
Commit
0ca0f4b3
authored
21 years ago
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
long standing bug in http; was sending .jar twice
parent
d5ac0a55
master
0.9.8.1
0.9.8.2
android
autogen-to-clean-up
beier
client-tls-refactor
factor-out-x11vnc
fix-3043646
fix-filetransfer
gen-headers-rework
gian
included-novnc
jkuzeja
minilzo
server-ipv6
sha1rework
turbovnc
websockets
wip-websockets
X11VNC_0_9_12
X11VNC_0_9_11
X11VNC_0_9_10
X11VNC_0_9_9
X11VNC_0_9_8
X11VNC_0_9_7
X11VNC_REL_0_9_6
X11VNC_REL_0_9_5
X11VNC_REL_0_9_4
LibVNCServer-0.9.10
LibVNCServer-0.9.9
LibVNCServer-0.9.8.2
LibVNCServer-0.9.8.1
LibVNCServer-0.9.8
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
ChangeLog
ChangeLog
+1
-0
httpd.c
httpd.c
+2
-0
No files found.
ChangeLog
View file @
0ca0f4b3
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
...
...
This diff is collapsed.
Click to expand it.
httpd.c
View file @
0ca0f4b3
...
...
@@ -192,7 +192,9 @@ httpCheckFds(rfbScreenInfoPtr rfbScreen)
static
void
httpCloseSock
(
rfbScreenInfoPtr
rfbScreen
)
{
close
(
rfbScreen
->
httpSock
);
rfbScreen
->
httpSock
=
-
1
;
buf_filled
=
0
;
}
static
rfbClientRec
cl
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment