bayserver-docker-cgi 2.3.1 → 2.3.2

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: fda7c0ee6d619c8923d135d4c7030cbba18c36ec391902d824ca13ddecb49c64
4
- data.tar.gz: 7452ae253e80294c4630d23fccfceb9aaae53b65cc1f7ca70f49b8e70b39194f
3
+ metadata.gz: 0f6c7a519ed1f67b4b941dfeb5c66c2dff99cd31c645eeeb201a169421e93151
4
+ data.tar.gz: f161be830e5b01d8db91a4bdc6382398b96a322b3c79e4eb2ff749d7c85d3213
5
5
  SHA512:
6
- metadata.gz: 7da38c14259fc887d0640d39bef18a8e21fbf4b712866462c0c7704cb14e561d59053a88519f791739b3e01ef489c919b806b8dae7afb839b8f938a671bd9f74
7
- data.tar.gz: b17d43db6d1dc1d02bd7c82d5c09f7ec65604c4aa4a974e71418efc9d2582f0e0cfa26e64eee30820900e9fa20924bcaf0ccb2d2dc575eec29c357b86d50ce8b
6
+ metadata.gz: 0dd409623f68df7faa3857f3ace43dfae5b12ae30c97c0054f2e01e37b49ac00db03c15da85fe9b376d4f981f3388956c3a0e6c3c4e6203bd7a318e47044756b
7
+ data.tar.gz: 9173eebb2000009a89c7bc2599a302361fab8259b08019082bd3096f0c37dabd52807d8eb9fd8a7ad1ef068da748029e7a3115ceff016e400271ac4004edc76b
@@ -201,7 +201,7 @@ module Baykit
201
201
  end
202
202
 
203
203
  err_txi = ReadFileTaxi.new(tur.ship.agent.agent_id, bufsize)
204
- err_yat.init(tur, @timeout_sec)
204
+ err_yat.init(tur, handler)
205
205
  err_txi.init(handler.std_err[0], err_yat)
206
206
  if !TaxiRunner.post(tur.ship.agent.agent_id, err_txi)
207
207
  raise HttpException.new(HttpStatus.SERVICE_UNAVAILABLE, "Taxi is busy!")
@@ -32,7 +32,7 @@ module Baykit
32
32
  def reset()
33
33
  @tour = nil
34
34
  @tour_id = 0
35
- @timeout_sec = 0
35
+ @handler = nil
36
36
  end
37
37
 
38
38
  ######################################################
@@ -61,7 +61,7 @@ module Baykit
61
61
  end
62
62
 
63
63
  def check_timeout(duration_sec)
64
- BayLog.debug("%s stderr Check timeout: dur=%d, timeout=%d", @tour, duration_sec, @timeout_sec)
64
+ BayLog.debug("%s stderr Check timeout: dur=%d", @tour, duration_sec)
65
65
  return @handler.timed_out()
66
66
  end
67
67
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bayserver-docker-cgi
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
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-12-04 00:00:00.000000000 Z
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.1
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.1
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.