async-http 0.103.0 → 0.104.0

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
  SHA256:
3
- metadata.gz: b10e0a0b71a5a8dab4c5797c4060e7876225c98021c4a4bd9da1512651617cdc
4
- data.tar.gz: 1aa97a7f3c4733590d3a9c14cf7a6955a74e68f9bd31bed6d60c29809bde22a6
3
+ metadata.gz: fe8ada6c5d6f03e7523b0867a298fe517d04602231bf2d06e84e49078cbb9eca
4
+ data.tar.gz: ffe7b6eccb947931184ba506de0cf9515a9f03f81610fc4134618efd7322838a
5
5
  SHA512:
6
- metadata.gz: fc0c54c2381886bed22f5be1a67368048ae0d14bf5dc32f03eafd141e7206fbbd7f7e89ea363f8b714ab89539a93b11f2c0990f2f90a70ad184f94b86e46a656
7
- data.tar.gz: 13f57aaada7b36adae21619b08fb7bb48897e665f4810bb8cff66a627719102d21ba6e0695d08fc3affe3f5ce0c15119603a1b1a940c7472ffdef78319b549f4
6
+ metadata.gz: ad0e7abf8b4b720acbe07f7adad14b816ebde19ddbdc549b791b18a09e232191780cf160274469077c64b4073c15c11897b6d8b542d674c97b076f31fc4c9b3b
7
+ data.tar.gz: 501720fd203bec472b0a5a01668ab3ce447b45b290ef303954c5703764b771c66256dfbbcad249b1414c982f18b20ef5d288696f9391fa92bb349d3b4be68d0b
checksums.yaml.gz.sig CHANGED
Binary file
@@ -135,7 +135,7 @@ module Async
135
135
  # chunk.clear unless chunk.frozen?
136
136
  # GC.start
137
137
  end
138
- rescue => error
138
+ rescue Async::Cancel, StandardError => error
139
139
  raise
140
140
  ensure
141
141
  # Ensure the body we are reading from is fully closed:
@@ -7,6 +7,6 @@
7
7
  module Async
8
8
  # @namespace
9
9
  module HTTP
10
- VERSION = "0.103.0"
10
+ VERSION = "0.104.0"
11
11
  end
12
12
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: async-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.103.0
4
+ version: 0.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams
metadata.gz.sig CHANGED
Binary file