bayserver-docker-fcgi 2.3.0 → 2.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c8895dd99f4c38caba69363992f3f9ec0b80df8319cbbc1ee0ef35c52c8d493e
|
|
4
|
+
data.tar.gz: 99467afe60b029a4aea39a4449f4456fc77ce19d1f0ef7171a9526b43563b123
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e4f16af8654070cf44c0340939c0b6652c5d329b5ad51b1875331749ac96c90ac70cc84ba3de20804145bb9b89468dc9f32f1f189b8ceacd54747bb6b77812d1
|
|
7
|
+
data.tar.gz: c5535d5703b6c909c3bb8ced70382a5eb8592f659e4901a6301b87c99b8837dd2f28098509a0870878b747aa8bbc6886a0d4294f2a108beacfb0085fcc2fa180
|
|
@@ -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.1
|
|
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-04 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.1
|
|
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.1
|
|
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.
|