falcon 0.33.9 → 0.33.10

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: 82761b4748e08452384513f26cc7e90654ce7b0eee3c3a5a3bbabfe66cada520
4
- data.tar.gz: 8aa7cd71bb13257e7f6021b7502911a48a14c0cc57f75fb4f6f0f57c89d23a9f
3
+ metadata.gz: 9004946e059feb6d57d8d638b996b22e76d0ce70a32dfadfd3061b93d9741178
4
+ data.tar.gz: '0584dd8c92dbf14f6b2c93fb7aaca7d6aa41338073ad36b32791e63f5386ff0e'
5
5
  SHA512:
6
- metadata.gz: 80d163c8357756514ba8ec30c6e4890970c588eb46a3141dc3dbc70a55944101a26abf770f6a27502632f64613c7b15fb68e05024f581a34865721316f2beb9d
7
- data.tar.gz: ea88ab067f464aafe4420167d5d529131ba605d6c073435867fc11e4f27fd4f48eb74f62f44e2a3dc84da29178b20bba36ff3dd4421f04da0bda9b825b475b8b
6
+ metadata.gz: f462e350edba1d10bdec274181318aceecfc0435bdbdb504c0e139942288941777a1faf89ce37d7a876484fda0fae475d3f32ebb8e516eb9074013f25bb9bffe
7
+ data.tar.gz: 0bda6f2395f53a49c2267e56d2a168be72ca4cbbce74ef56c4f4739d29b1849e1435ae944b4a26a4b2d24c1464427bab04d097db6366a8c8c31200a246917945
@@ -93,8 +93,8 @@ module Falcon
93
93
  Async.logger.debug(self) do |buffer|
94
94
  buffer.puts "Request authority: #{request.authority}"
95
95
  buffer.puts "Host authority: #{host.authority}"
96
- buffer.puts "Endpoint authority: #{host.endpoint.authority}"
97
- buffer.puts "Headers: #{request.headers.inspect}"
96
+ buffer.puts "Request: #{request.method} #{request.path} #{request.version}"
97
+ buffer.puts "Request headers: #{request.headers.inspect}"
98
98
  end
99
99
 
100
100
  # The authority of the request must match the authority of the endpoint we are proxying to, otherwise SNI and other things won't work correctly.
@@ -19,5 +19,5 @@
19
19
  # THE SOFTWARE.
20
20
 
21
21
  module Falcon
22
- VERSION = "0.33.9"
22
+ VERSION = "0.33.10"
23
23
  end
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.33.9
4
+ version: 0.33.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams