goliath-rack_proxy 0.1.0 → 0.1.1

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
  SHA1:
3
- metadata.gz: fe3f590845b04b15e9d4c493890f3abb0128dbd4
4
- data.tar.gz: 732ca21c6467a237ff05d39fb22e9fced483b051
3
+ metadata.gz: b171e5003a8dfe0cadaa210dac317f726105b331
4
+ data.tar.gz: 4d10396d80eb5daea3e408632b4c2b65c7396348
5
5
  SHA512:
6
- metadata.gz: 4dd788993d89ccf180919686374de9436c2623a2638def3b132bbdf7e885b7c79d261afb5ef7f9f2e90d25937289fc6a11b12f5eae1f0e6b0b74565408996ced
7
- data.tar.gz: b48dd539d8afb09d0ff4e3966e5e73eac27f29d952408fc9429b1abb3d748c260352c32f8825010a16a75e11a357a8bb732c1ebc16bec9cc2177edc979aeec76
6
+ metadata.gz: 0e5ccb7619e0c772a6908e8b2da75c3e4723a5d4df6b6a8608ac352715974e4ab0952e6d44abc5c21e6676a49b9163a834e8c8d5d2095374225b8be932112da0
7
+ data.tar.gz: 8b82bce8218052775828d446555c8d5e0d9848f2091a2bf2ae6ef12392bc25500afa0eb7efa47d628eeb116ddf8bf3c271cb4cb854f1d6d8952a81d8e1313e67
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |gem|
2
2
  gem.name = "goliath-rack_proxy"
3
- gem.version = "0.1.0"
3
+ gem.version = "0.1.1"
4
4
 
5
5
  gem.required_ruby_version = ">= 2.1"
6
6
 
@@ -76,7 +76,7 @@ module Goliath
76
76
  # call the rack app with some patches
77
77
  rack_app.call env.merge(
78
78
  "rack.url_scheme" => env["options"][:ssl] ? "https" : "http", # https://github.com/postrank-labs/goliath/issues/210
79
- "async.callback " => nil, # prevent Roda/Sinatra from calling EventMachine while streaming the response
79
+ "async.callback" => nil, # prevent Roda/Sinatra from calling EventMachine while streaming the response
80
80
  )
81
81
  rescue Exception => exception
82
82
  # log the exception that occurred
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: goliath-rack_proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Janko Marohnić
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-23 00:00:00.000000000 Z
11
+ date: 2017-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: goliath