bayserver-docker-fcgi 2.3.0 → 2.3.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 289a23cc5810c090a239df6233dd8bd63f973bb39d8a65eb8b265b0233973904
|
4
|
+
data.tar.gz: b7f740d4e725432a763b5b9f0fdf8e6bd7aac3e5852ef52b6560e9ed72bd4de0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f0ed513d2ea1dbe0a6ba4493ca70fe533537969cffaf8f2821bc7fb022bec02b955aec0d9644abf99cca9b0a30f8af68a925701cc8f591f95708955996f5f63
|
7
|
+
data.tar.gz: c7fedd620450d4965aab1e1044b7b853c50c0afb894b3282ad75ba17f8c41431f7fb724f7c6c0de4229936c7c11f279cd76291ac13cdc03f3a49b83e3fe8c15f
|
@@ -142,7 +142,6 @@ module Baykit
|
|
142
142
|
BayLog.error(BayMessage.get(:INT_NO_MORE_TOURS))
|
143
143
|
tur = sip.ship.get_tour(cmd.req_id, true)
|
144
144
|
tur.res.send_error(Tour::TOUR_ID_NOCHECK, HttpStatus.SERVICE_UNAVAILABLE, "No available tours")
|
145
|
-
sip.agent.shutdown(false)
|
146
145
|
return NextSocketAction::CONTINUE
|
147
146
|
end
|
148
147
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bayserver-docker-fcgi
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.3.
|
4
|
+
version: 2.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michisuke-P
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bayserver-core
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 2.3.
|
19
|
+
version: 2.3.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 2.3.
|
26
|
+
version: 2.3.2
|
27
27
|
description: BayServer is one of the high-speed web servers. It operates as a single-threaded,
|
28
28
|
asynchronous server, which makes it exceptionally fast. It also supports multi-core
|
29
29
|
processors, harnessing the full potential of the CPU's capabilities.
|