dima-exe-juggernaut 0.5.9.24 → 0.5.9.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/juggernaut/server.rb +0 -1
  2. metadata +1 -1
@@ -165,7 +165,6 @@ module Juggernaut
165
165
  h << "Cache-Control: private, max-age=0, must-revalidate"
166
166
  h << "Content-Type: application/javascript"
167
167
  h << "Connection: keep-alive"
168
- h << "Transfer-Encoding: chunked"
169
168
  h << "Content-Length: #{msg.to_s.size}"
170
169
  h = h.join("\r\n")
171
170
  h + "\r\n\r\n" + msg.to_s + "\r\n"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dima-exe-juggernaut
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.9.24
4
+ version: 0.5.9.25
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex MacCaw