http-2-next 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1eaeeaa49a752ff95b0cf220cf08a725f471d7b13015e78fb20c5cb2dd73118d
4
- data.tar.gz: 67f3a2ff286dd2916f849e60ced05aeff39842feb75f2c2088fc29c177459a92
3
+ metadata.gz: e2be1f3b17829c7575759ab9ea216d5a63af21ae5ab9a0119954225995fcae57
4
+ data.tar.gz: e380996bda5b61c61d1431ddf8fe215e06b70a48dd57e23195c4150a6b299d6f
5
5
  SHA512:
6
- metadata.gz: dfcedbd08e28236d673354ed49e2c9bbbd09fa6953775c6a943e9707675fab6eb82133096eb048fffc050f9acf666952b3fb9619c68314e663ac00af2f126c3a
7
- data.tar.gz: f87a894094ff8d39dea28fb966e81bcf04dfa4d8cfb4bcf067c103f2dc1a09c82a6a6a0af87558a40cd16ca7f8e5157f9b4fed48cc100bb3578913e210f5ff00
6
+ metadata.gz: 285d28b22bb98043f21b1d234097e16e68d2c4b66a9d92137330ea63775ab2ea714eb93e2180a236ee4f950ac3fcada06105a0e4060fd80b1f632d52cc3c037b
7
+ data.tar.gz: 1a6d3610f31c771e6cfda9e6871c63ff3d0beefb4574a7622545f70d7c6b0ff6ee0f5f186a60b54648c33acbf75b3934da9a155068556cc19b83cd69f5b960c4
@@ -346,7 +346,6 @@ module HTTP2Next
346
346
  update_local_window(frame)
347
347
  calculate_window_update(@local_window_limit)
348
348
  end
349
- process_window_update(frame: frame, encode: true) if frame[:type] == :window_update
350
349
  else
351
350
  case frame[:type]
352
351
  # The PRIORITY frame can be sent for a stream in the "idle" or
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HTTP2Next
4
- VERSION = "0.2.1"
4
+ VERSION = "0.2.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: http-2-next
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tiago Cardoso
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-12-30 00:00:00.000000000 Z
13
+ date: 2020-02-21 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Pure-ruby HTTP 2.0 protocol implementation
16
16
  email: