bayserver-docker-http 3.0.2 → 3.0.5
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: b3f7151a765dc5d7e998d7ada10ae2ecc046085647e28ce01c8376c07c34499c
|
4
|
+
data.tar.gz: '01791184ee8ceff8fafbeacfab0159f7c8ec0e9079a3bcfcf09e63030350cb61'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33972f70152484741d656ad3ff12c7de391aad24bcce455c64eb9c37b169ad7c9c50b7f9bd92e130df634ad91b290b4bb62a10d39f5c32aae62a344df1676238
|
7
|
+
data.tar.gz: 3efd07af360f198d91289441dac24e3da3094e3207c3f1f429e45a3b71fbcd47d4f06f31d12d99696fbbd2364fb4d6ebf4552741a2e8dc771647af1acb75b7d9
|
@@ -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)
|
@@ -388,13 +388,7 @@ module Baykit
|
|
388
388
|
def handle_rst_stream(cmd)
|
389
389
|
BayLog.warn("%s received RstStream: stmid=%d code=%d desc=%s",
|
390
390
|
ship, cmd.stream_id, cmd.error_code, H2ErrorCode.msg.get(cmd.error_code.to_s.to_sym))
|
391
|
-
|
392
|
-
if tur == nil
|
393
|
-
BayLog.warn("%s stream not found id=%d", ship, cmd.stream_id)
|
394
|
-
else
|
395
|
-
tur.req.abort
|
396
|
-
return NextSocketAction::CONTINUE
|
397
|
-
end
|
391
|
+
return NextSocketAction::CONTINUE
|
398
392
|
end
|
399
393
|
|
400
394
|
private
|
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.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michisuke-P
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-27 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.5
|
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.5
|
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.
|
@@ -90,7 +90,7 @@ homepage: https://baykit.yokohama
|
|
90
90
|
licenses:
|
91
91
|
- MIT
|
92
92
|
metadata: {}
|
93
|
-
post_install_message:
|
93
|
+
post_install_message:
|
94
94
|
rdoc_options: []
|
95
95
|
require_paths:
|
96
96
|
- lib
|
@@ -105,8 +105,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
105
|
- !ruby/object:Gem::Version
|
106
106
|
version: '0'
|
107
107
|
requirements: []
|
108
|
-
rubygems_version: 3.
|
109
|
-
signing_key:
|
108
|
+
rubygems_version: 3.4.19
|
109
|
+
signing_key:
|
110
110
|
specification_version: 4
|
111
111
|
summary: HTTP docker of BayServer
|
112
112
|
test_files: []
|