async-http 0.27.12 → 0.27.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/async/http/protocol/http2.rb +1 -1
- data/lib/async/http/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5c02c5af2eb616dc015cd2897b79e5a02953e462345cb598f1b8f91bcff978cc
|
4
|
+
data.tar.gz: c1af0f5da029636d55a310d1cdc915a9eff057ba0b0ca5878b016ff59874e0dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5409d5bb69202a4cba94af3daae5c79f12044fcaa8fb4fe4e2ab8da418ea714c452c70351e3d4386143fad92df0bbfac3cc3ac6bc1a70f251b53ebf4fc5117a5
|
7
|
+
data.tar.gz: 15173bb7a9bb74ceadfe73f8c2d9720ba8b195b7f39f068eb8ae5831a7554240b2a84bbab74d005ab5aefcdd129e429c0f650d779a6e62afd60d41fed888a3cc
|
@@ -243,7 +243,7 @@ module Async
|
|
243
243
|
|
244
244
|
class Response < Protocol::Response
|
245
245
|
def initialize(protocol, stream)
|
246
|
-
super(
|
246
|
+
super(protocol.version, nil, nil, Headers.new, Body::Writable.new)
|
247
247
|
|
248
248
|
@protocol = protocol
|
249
249
|
@stream = stream
|
data/lib/async/http/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: async-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.27.
|
4
|
+
version: 0.27.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-07-
|
11
|
+
date: 2018-07-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async
|