bayserver-docker-ajp 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: a6da1e75ad4a6e81ac2a945a0e810e43e40ba4177773ec564d10916c37f2bfff
|
|
4
|
+
data.tar.gz: dba0eec4aa3a27792e1ca0a7f5e1528309a0dfb7d898b22146a78d9bfafe64de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5194f32c9a0faeae7829b7a48861a614e541ef4881c8da8baddad0efd0bd37cd9b8e06f216ea2755ebc9d3c991dc54680530fd9d67b2077fcbaa4a64fce83392
|
|
7
|
+
data.tar.gz: 845fb8948e148e5fece71c276892a6795b05ca02c9bda0af018ffa33b7efd8535d9d904de79ad3ca7132cb8de6d57656aca685954295c04ce9bdf8b0a384718a
|
|
@@ -123,7 +123,6 @@ module Baykit
|
|
|
123
123
|
tur = @ship.get_tour(AjpInboundHandler::DUMMY_KEY, true)
|
|
124
124
|
tur.res.send_error(Tour::TOUR_ID_NOCHECK, HttpStatus::SERVICE_UNAVAILABLE, "No available tours")
|
|
125
125
|
tur.res.end_content(Tour::TOUR_ID_NOCHECK)
|
|
126
|
-
@ship.agent.shutdown(false)
|
|
127
126
|
return NextSocketAction::CONTINUE
|
|
128
127
|
end
|
|
129
128
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bayserver-docker-ajp
|
|
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.
|