aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/http
Commit message (Expand)AuthorAgeFilesLines
* s/mjit/rjit/Takashi Kokubun2023-03-061-1/+1
* s/MJIT/RJIT/Takashi Kokubun2023-03-061-1/+1
* [ruby/net-http] Fix test for Ruby headPeter Zhu2022-11-261-1/+5
* Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans2022-11-241-1/+1
* [ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFEJeremy Evans2022-09-281-14/+4
* [ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi2022-06-161-0/+21
* Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada2022-06-161-10/+0
* HTTPHeader.content_range throws error on non-byte unitsShishir Joshi2022-06-161-0/+10
* [ruby/net-http] Feature detect to make net/http usable with JRubyKarol Bucek2022-04-201-3/+5
* [ruby/net-http] Add ignore_eof access to HTTP and HTTPResponseJeremy Evans2022-04-201-0/+30
* [ruby/net-http] Update the content-length heading when decoding bodiesJeremy Evans2022-04-141-0/+13
* [ruby/net-http] Add HTTP#response_body_encoding for setting response body enc...Jeremy Evans2022-04-122-0/+289
* [ruby/net-http] Revert "Update the content-length heading when decoding bodies"Jeremy Evans2022-04-031-13/+0
* [ruby/net-http] Update the content-length heading when decoding bodiesJeremy Evans2022-04-021-0/+13
* [ruby/net-http] Do not set SNI hostname if connecting to IP addressJeremy Evans2022-02-031-1/+1
* [ruby/net-http] Remove redundant MJIT conditionKazuhiro NISHIYAMA2022-01-171-1/+1
* [ruby/net-http] Fix unescaped `.` in RegexpKazuhiro NISHIYAMA2022-01-141-2/+2
* [ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA2022-01-112-3/+3
* [ruby/net-http] Handle invalid use of IP addresses in SNIJeremy Evans2022-01-041-1/+1
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* Sync test_http_request.rb after fix to net-httpJeremy Evans2021-11-151-1/+1
* [ruby/net-http] Fix tests after change to allow HEAD to send Accept-EncodingJeremy Evans2021-11-161-2/+3
* quick fix for `test_initialize_HEAD`Koichi Sasada2021-11-111-1/+1
* [ruby/net-http] Reset keep_alive timer on new connectionKazuki Yamaguchi2021-11-041-0/+24
* [ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA2021-09-111-1/+1
* Fix test failure of 60b02db5161625dd5f7d22d31989dd966837333c with WindowsHiroshi SHIBATA2021-07-291-2/+1
* [ruby/net-http] Enforce write timeout when body_stream is usedMiguel Teixeira2021-07-291-0/+28
* [ruby/net-http] Do not require stringioKazuki Yamaguchi2021-05-061-1/+0
* Fix test/net/http/test_https.rb host naming for WindowsMSP-Greg2021-05-041-43/+25
* Workaround failures on WindowsNobuyoshi Nakada2021-05-041-0/+2
* [ruby/net-http] Decode user and password from env configured proxyLukas Eipert2021-04-281-0/+17
* Fix a warningKazuhiro NISHIYAMA2021-01-231-1/+1
* [ruby/net-http] RubyVM::MJIT is deprecated, prefer RubyVM::JIT nowNobuyoshi Nakada2021-01-211-1/+3
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-041-1/+1
* test/net/http/test_https.rb: The test logic was buggyYusuke Endoh2020-09-241-4/+4
* test/net/http/test_https.rb: the order of verify_callback seems to varyYusuke Endoh2020-09-241-4/+4
* test/net/http/test_https.rb: Stop the error due to openssl 1.1.1hYusuke Endoh2020-09-241-4/+8
* [ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+Jeremy Evans2020-08-031-0/+8
* [ruby/net-http] Switch invalid server name formatJeremy Evans2020-08-031-5/+5
* Skip test_read_body_block_mod for --jit-waitTakashi Kokubun2020-06-221-1/+2
* Try increasing read_timeout a little moreTakashi Kokubun2020-06-211-1/+1
* Increase read_timeout for --jit-waitTakashi Kokubun2020-06-211-0/+1
* test/net/http/test_http.rb: relax open_timeout limitYusuke Endoh2020-03-211-1/+1
* Let Net::HTTP.get take request headers (#2957)Takashi Kokubun2020-03-102-1/+26
* Fixed FD leakNobuyoshi Nakada2020-03-041-0/+2
* Promote net-http to the default gems.Hiroshi SHIBATA2020-02-211-5/+5
* Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama2020-01-231-0/+23
* Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh2019-12-161-16/+16
* lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh2019-12-161-16/+16