mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-07-18 00:00:50 -04:00
Compare commits
No commits in common. "15ccf27eb243196f290c4b5f7b74574920cadb67" and "8559a3eef8973daaee527d5a48236088822e08c8" have entirely different histories.
15ccf27eb2
...
8559a3eef8
6
Gemfile
6
Gemfile
@ -36,11 +36,7 @@ group :test do
|
|||||||
|
|
||||||
platform :mri do
|
platform :mri do
|
||||||
if RUBY_VERSION >= "2.3.0"
|
if RUBY_VERSION >= "2.3.0"
|
||||||
if RUBY_VERSION < "2.5.0"
|
gem "google-protobuf", "< 3.19.2" if RUBY_VERSION < "2.5.0"
|
||||||
gem "google-protobuf", "< 3.19.2"
|
|
||||||
elsif RUBY_VERSION < "2.7.0"
|
|
||||||
gem "google-protobuf", "< 3.22.0"
|
|
||||||
end
|
|
||||||
if RUBY_VERSION <= "2.6.0"
|
if RUBY_VERSION <= "2.6.0"
|
||||||
gem "grpc", "< 1.49.0"
|
gem "grpc", "< 1.49.0"
|
||||||
else
|
else
|
||||||
|
@ -144,7 +144,7 @@ module Requests
|
|||||||
|
|
||||||
# regression test
|
# regression test
|
||||||
rfc2616_expires_jar = HTTPX::Plugins::Cookies::Jar.new
|
rfc2616_expires_jar = HTTPX::Plugins::Cookies::Jar.new
|
||||||
rfc2616_expires_jar.parse(%(a=b; Path=/; Expires=Fri, 17-Feb-2033 12:43:41 GMT))
|
rfc2616_expires_jar.parse(%(a=b; Path=/; Expires=Fri, 17-Feb-2023 12:43:41 GMT))
|
||||||
assert !rfc2616_expires_jar[jar_cookies_uri].empty?
|
assert !rfc2616_expires_jar[jar_cookies_uri].empty?
|
||||||
|
|
||||||
# Test domain
|
# Test domain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user