protocol-http 0.40.0 → 0.42.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/lib/protocol/http/body/completable.rb +5 -5
- data/lib/protocol/http/body/stream.rb +2 -1
- data/lib/protocol/http/version.rb +1 -1
- data.tar.gz.sig +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3dcfd47b74176108bc100b7fdbb649f8fcfd09e753e268f7cf2136f4d5871eb5
|
4
|
+
data.tar.gz: 68424943f3195c241b99494d21714ee5e3a4c56ed0fccefecaeb444382f74a2d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 509aa00c0dbc0a39c9641593b481b549c3b0150b4ef1372ae7deb1468b43027399f1f024ae7c26ca30c06eb3ce46bb8720da613b199070fac03d5607e15f1d2e
|
7
|
+
data.tar.gz: 438fcedcbda571ba5f3d9e800105669801123444d359c9915a4c90ba2cd3139e17e3b40c116750ae0f731a2eb6094a99c447b6f62a7978d4bc7d4c8015e95538
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
@@ -202,7 +202,8 @@ module Protocol
|
|
202
202
|
|
203
203
|
# If no separator is given, this is the same as a read operation:
|
204
204
|
if separator.nil?
|
205
|
-
|
205
|
+
# I tried using `read(limit)` here but it will block until the limit is reached, which is not usually desirable behaviour.
|
206
|
+
return read_partial(limit)
|
206
207
|
end
|
207
208
|
|
208
209
|
# We don't want to split on the separator, so we subtract the size of the separator:
|
data.tar.gz.sig
CHANGED
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: protocol-http
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.42.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
@@ -47,7 +47,7 @@ cert_chain:
|
|
47
47
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
48
48
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
49
49
|
-----END CERTIFICATE-----
|
50
|
-
date: 2024-10-
|
50
|
+
date: 2024-10-21 00:00:00.000000000 Z
|
51
51
|
dependencies: []
|
52
52
|
description:
|
53
53
|
email:
|
metadata.gz.sig
CHANGED
Binary file
|