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 +4 -4
- data/goliath-rack_proxy.gemspec +1 -1
- data/lib/goliath/rack_proxy.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b171e5003a8dfe0cadaa210dac317f726105b331
|
|
4
|
+
data.tar.gz: 4d10396d80eb5daea3e408632b4c2b65c7396348
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e5ccb7619e0c772a6908e8b2da75c3e4723a5d4df6b6a8608ac352715974e4ab0952e6d44abc5c21e6676a49b9163a834e8c8d5d2095374225b8be932112da0
|
|
7
|
+
data.tar.gz: 8b82bce8218052775828d446555c8d5e0d9848f2091a2bf2ae6ef12392bc25500afa0eb7efa47d628eeb116ddf8bf3c271cb4cb854f1d6d8952a81d8e1313e67
|
data/goliath-rack_proxy.gemspec
CHANGED
data/lib/goliath/rack_proxy.rb
CHANGED
|
@@ -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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2017-07-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: goliath
|