bayserver-docker-http 3.0.1 → 3.0.3
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: f5a5ca498e7e56434ccef478c2c1895f0c24cfcc424d8c811ea6fcfb3e2daa0a
|
4
|
+
data.tar.gz: 6178b740f34a7d5411c5923f40a8a090a91f6806be70584c363834243070ba4e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ddc09627cb09f5755e26fb56510a838ed5b094a7ee8f85274cb2912360ad301ec0651afc134102dd4a4fcbb92d985f7755e412ae2e3d80d4a37aeaa65d2aa81e
|
7
|
+
data.tar.gz: 067dba365ddd9a1534a8adb52032dadc7c84815a7f1a6381bf1498b54609d2b51083ee7ab0c9cc0c68e0e6a81190432db49a03b2177ce1a530204f0f4a32d6f3
|
@@ -124,7 +124,7 @@ module Baykit
|
|
124
124
|
end
|
125
125
|
|
126
126
|
def send_end_tour(tur, keep_alive, &callback)
|
127
|
-
BayLog.debug("%s send_end_tour. keep=%s", self, keep_alive)
|
127
|
+
BayLog.debug("%s send_end_tour. tur=%s keep=%s", self, tur, keep_alive)
|
128
128
|
cmd = CmdData.new(tur.req.key, nil, [], 0, 0)
|
129
129
|
cmd.flags.set_end_stream(true)
|
130
130
|
@protocol_handler.post(cmd, &callback)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bayserver-docker-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michisuke-P
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-12-24 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: 3.0.
|
19
|
+
version: 3.0.3
|
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: 3.0.
|
26
|
+
version: 3.0.3
|
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.
|