Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
uniset2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
UniSet project repositories
uniset2
Commits
33ef9e0b
Commit
33ef9e0b
authored
Apr 01, 2021
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Plain Diff
backported to p9 as 2.9.4-alt0.M90P.0.7 (with rpmbph script)
parents
4e6b2dbe
82f261e6
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
libuniset2.spec
conf/libuniset2.spec
+6
-2
Makefile.am
extensions/UWebSocketGate/Makefile.am
+0
-0
UWebSocketGate.cc
extensions/UWebSocketGate/UWebSocketGate.cc
+0
-1
test_uwebsocketgate.cc
extensions/UWebSocketGate/tests/test_uwebsocketgate.cc
+1
-1
No files found.
conf/libuniset2.spec
View file @
33ef9e0b
...
@@ -27,7 +27,7 @@
...
@@ -27,7 +27,7 @@
Name: libuniset2
Name: libuniset2
Version: 2.9.4
Version: 2.9.4
Release: alt0.M90P.0.
6
Release: alt0.M90P.0.
7
Summary: UniSet - library for building distributed industrial control systems
Summary: UniSet - library for building distributed industrial control systems
License: LGPL-2.1
License: LGPL-2.1
...
@@ -558,6 +558,7 @@ rm -f %buildroot%_docdir/%oname/html/*.md5
...
@@ -558,6 +558,7 @@ rm -f %buildroot%_docdir/%oname/html/*.md5
%if_enabled api
%if_enabled api
%files extension-wsgate
%files extension-wsgate
%_bindir/%oname-wsgate*
%_bindir/%oname-wsgate*
%_libdir/libUniSet2UWebSocketGate*.so.*
%files extension-wsgate-devel
%files extension-wsgate-devel
%_pkgconfigdir/libUniSet2UWebSocketGate*.pc
%_pkgconfigdir/libUniSet2UWebSocketGate*.pc
...
@@ -588,9 +589,12 @@ rm -f %buildroot%_docdir/%oname/html/*.md5
...
@@ -588,9 +589,12 @@ rm -f %buildroot%_docdir/%oname/html/*.md5
# history of current unpublished changes
# history of current unpublished changes
%changelog
%changelog
*
Wed Mar 31 2021 Pavel Vainerman <pv@altlinux.ru> 2.9.4-alt0.M90P.0.6
*
Thu Apr 01 2021 Pavel Vainerman <pv@altlinux.ru> 2.9.4-alt0.M90P.0.7
- backport to ALTLinux p9 (by rpmbph script)
- backport to ALTLinux p9 (by rpmbph script)
* Thu Apr 01 2021 Pavel Vainerman <pv@altlinux.ru> 2.9.4-alt0.7
- test build
* Wed Mar 31 2021 Pavel Vainerman <pv@altlinux.ru> 2.9.4-alt0.6
* Wed Mar 31 2021 Pavel Vainerman <pv@altlinux.ru> 2.9.4-alt0.6
- test build for websocketgate (wsgate-devel package)
- test build for websocketgate (wsgate-devel package)
...
...
extensions/UWebSocketGate/Makefile.am
View file @
33ef9e0b
extensions/UWebSocketGate/UWebSocketGate.cc
View file @
33ef9e0b
...
@@ -810,7 +810,6 @@ void UWebSocketGate::UWebSocket::read( ev::io& io, int revents )
...
@@ -810,7 +810,6 @@ void UWebSocketGate::UWebSocket::read( ev::io& io, int revents )
return
;
return
;
}
}
if
(
(
flags
&
WebSocket
::
FRAME_OP_BITMASK
)
==
WebSocket
::
FRAME_OP_CLOSE
)
if
(
(
flags
&
WebSocket
::
FRAME_OP_BITMASK
)
==
WebSocket
::
FRAME_OP_CLOSE
)
{
{
term
();
term
();
...
...
extensions/UWebSocketGate/tests/test_uwebsocketgate.cc
View file @
33ef9e0b
...
@@ -265,7 +265,7 @@ TEST_CASE("[UWebSocketGate]: del", "[uwebsocketgate]")
...
@@ -265,7 +265,7 @@ TEST_CASE("[UWebSocketGate]: del", "[uwebsocketgate]")
ws
.
receiveFrame
(
buffer
,
sizeof
(
buffer
),
flags
);
ws
.
receiveFrame
(
buffer
,
sizeof
(
buffer
),
flags
);
string
str
(
buffer
);
string
str
(
buffer
);
REQUIRE
(
str
.
find
(
"Ping"
)
!=
string
::
npos
);
REQUIRE
(
str
==
"."
);
}
}
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
TEST_CASE
(
"[UWebSocketGate]: get"
,
"[uwebsocketgate]"
)
TEST_CASE
(
"[UWebSocketGate]: get"
,
"[uwebsocketgate]"
)
...
...
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