fluent-plugin-syslog-tls-with-backoff-test 2.1.6 → 2.1.7

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: 472ffd61e55f71d65601e4c51cea49441d492c57e8739f7a4d7a9851d651a1a2
4
- data.tar.gz: c7453eb9f6101914200bc34d772d53177b6cc415ed4a0c8bbd24be400e567c50
3
+ metadata.gz: f96a93ca908c016557dab784e8df47fe2c0cf2beb1a1f5192f56b061c501dca0
4
+ data.tar.gz: 2f962b941cd83bbda651f5c1e181700fb64b58bb2a2313fa7140fbc2c3d388df
5
5
  SHA512:
6
- metadata.gz: 885508abe507408daf1b191e092dac11e5ab93ad64fde054bf1768b091bacb99b3f92adbf507692dbc11e6a544760c837b1eff067a27ad4d1655604b3e1a0912
7
- data.tar.gz: ac388020d61421c4a8d9042be0683e1d672f4c8f13ad0a870ac177a480d77a737fb2476cffe81bb306d3ccc8776fe78b4d87e1ae48d5e0ad5ec8e11c1a438790
6
+ metadata.gz: e80612fe421da60837f5965cff62d90072d07e6bb49c31e2ac1a01e6cffe4a81f1fcedd434f020a74ef62ebc5508ccdaa27c017a4f864bbd69c8a9dfdbc5935d
7
+ data.tar.gz: e9c8e3111151bbd44854ea8f953fad481c90af699c5f7992f42a306d11b0455d359a50bbebafa1186c7ba661a9f0a89ebbfb9a332169d7d768b680807d19105c
@@ -186,7 +186,7 @@ module SyslogTls
186
186
  else
187
187
  raise "Unknown select type #{type}"
188
188
  end
189
- if type.to_s == "connect_write"
189
+ if type.to_s == "connect_write" || type.to_s == "connect_read"
190
190
  pp "select_with_timeout :: if :: time :: " + Time.now.to_s + " :: host_ip_port :: " + host_ip_port
191
191
  if can_write(host_ip_port) == 1
192
192
  io_select_return = IO.select(*args)
@@ -14,5 +14,5 @@
14
14
  # limitations under the License.
15
15
 
16
16
  module SyslogTls
17
- VERSION = '2.1.6'
17
+ VERSION = '2.1.7'
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-syslog-tls-with-backoff-test
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.6
4
+ version: 2.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - thomas morgan
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-05-20 00:00:00.000000000 Z
12
+ date: 2024-05-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: fluentd