mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-07-17 00:00:38 -04:00
Compare commits
2 Commits
8559a3eef8
...
15ccf27eb2
Author | SHA1 | Date | |
---|---|---|---|
|
15ccf27eb2 | ||
|
b803da48e1 |
6
Gemfile
6
Gemfile
@ -36,7 +36,11 @@ group :test do
|
||||
|
||||
platform :mri do
|
||||
if RUBY_VERSION >= "2.3.0"
|
||||
gem "google-protobuf", "< 3.19.2" if RUBY_VERSION < "2.5.0"
|
||||
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"
|
||||
gem "grpc", "< 1.49.0"
|
||||
else
|
||||
|
@ -144,7 +144,7 @@ module Requests
|
||||
|
||||
# regression test
|
||||
rfc2616_expires_jar = HTTPX::Plugins::Cookies::Jar.new
|
||||
rfc2616_expires_jar.parse(%(a=b; Path=/; Expires=Fri, 17-Feb-2023 12:43:41 GMT))
|
||||
rfc2616_expires_jar.parse(%(a=b; Path=/; Expires=Fri, 17-Feb-2033 12:43:41 GMT))
|
||||
assert !rfc2616_expires_jar[jar_cookies_uri].empty?
|
||||
|
||||
# Test domain
|
||||
|
Loading…
x
Reference in New Issue
Block a user