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
Jul 11, 2003
by
dscho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
long standing bug in http; was sending .jar twice
parent
d5ac0a55
Changes
2
Show 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
...
...
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
;
...
...
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