falcon 0.48.1 → 0.48.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4305e4b3c191643bd6ee8dfc2f02e8f5c30b0fb7c60bb61bee5675c983e3e98b
4
- data.tar.gz: 7c8c86e7557bbff0d29ca83af877b36a12e0db86c2a2bf5e01cd2df88b35ad82
3
+ metadata.gz: 0bca148632a8977f9aee1b67347459564357ba607e42a51401e5ce942b00ce29
4
+ data.tar.gz: 2d1003406460af68558a1533eec082b58e474e653fa6e5554f4f9f750796bf08
5
5
  SHA512:
6
- metadata.gz: c6de22e4f8048e1632e8c37eab7727623c62f4a47838fee3da284bd0bb2c050e51019943b109805ccc9e23cada977449dc2fcb04a6bf6d1c18c354366bc204fc
7
- data.tar.gz: 1a6f70ac00514ee5a6a110ec2013dc494077f84d5fa257cbdab11394301c4f857ca49bb4236051d4d3090360fab18809b2b2e6fde9b8a9cbc1d78efd01e0fb87
6
+ metadata.gz: 7f6001a9364c224e1d7daf4e2a8d898ef11c551d3c9b3cbf55bc129fba478d97102cb217f0c156f1838ada0b59d0113e41aebaba7615089ccc36a8bd6ca795af
7
+ data.tar.gz: ad69b37d67cd115d01b34b9633bfa866cf56e3022c85ae9f15e15284c7fdf1093742e3ff41fe7aaf501940f724a359ab0023816689f8d2256291b4879e368a92
checksums.yaml.gz.sig CHANGED
Binary file
@@ -151,18 +151,9 @@ module Falcon
151
151
  Traces::Provider(self) do
152
152
  def call(request)
153
153
  attributes = {
154
- authority: request.authority,
154
+ "authority" => request.authority,
155
155
  }
156
156
 
157
- if host = lookup(request)
158
- attributes[:endpoint] = host.endpoint.inspect
159
-
160
- if client = @clients[host.endpoint]
161
- attributes[:client] = client.as_json
162
- attributes[:pool] = client.pool.as_json
163
- end
164
- end
165
-
166
157
  Traces.trace('falcon.middleware.proxy.call', attributes: attributes) do
167
158
  super
168
159
  end
@@ -4,5 +4,5 @@
4
4
  # Copyright, 2017-2024, by Samuel Williams.
5
5
 
6
6
  module Falcon
7
- VERSION = "0.48.1"
7
+ VERSION = "0.48.2"
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: falcon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.1
4
+ version: 0.48.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
@@ -59,7 +59,7 @@ cert_chain:
59
59
  Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
60
60
  voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
61
61
  -----END CERTIFICATE-----
62
- date: 2024-09-24 00:00:00.000000000 Z
62
+ date: 2024-09-25 00:00:00.000000000 Z
63
63
  dependencies:
64
64
  - !ruby/object:Gem::Dependency
65
65
  name: async
metadata.gz.sig CHANGED
Binary file