Release history for Net-HTTP
6.23 2023-06-16 11:46:01Z
-
Don't treat HTTP header names as case sensitive in test (GH#81) (Olaf
Alders)
6.22 2022-01-21 20:41:21Z
-
Format method bullet points as code in docs (GH#77) (Paul Cochrane)
-
Ignore automatically generated directories (GH#76) (Paul Cochrane)
-
Use copyright start year rather than range (issue raised by Paul
Cochrane)
6.21 2021-03-18 21:56:42Z
-
Accept PeerAddr of 0. (GH#72) (trwyant)
6.20 2021-01-08 16:22:23Z
-
Replace last use of "vars" with "our" (GH#67) (James Raspass)
6.19 2019-05-16 19:16:59Z
-
partially skip live-https.t if there's no keep-alive connection (GH#58) (Slaven Rezić)
-
set "x_static_install" : 1 in META files
6.18 2018-05-09 14:55:43Z
-
Move httpbin.org tests to author testing (GH#56) (Olaf Alders)
6.17 2017-09-01 15:30:20Z
-
Fix test which relied on cpan.org speaking plain HTTP GH#54 (Chase
Whitener)
6.16 2017-05-29 10:46:24-04:00 America/Toronto
-
Bump IO::Socket::SSL version from 1.38 to 2.012
6.15 2017-05-12 14:57:02+02:00 Europe/Paris
-
Fix t/rt-112313.t (Shoichi Kaji)
6.14 2017-04-24 11:27:26-04:00 America/Toronto
-
Improvements to live tests (Shoichi Kaji and Kent Fredric)
-
Fix a bug where downloading files is sometimes very slow GH#44 (Shoichi
Kaji)
6.13 2017-02-19 21:40:54-05:00 America/Toronto
-
use EWOULDBLOCK as well on all places where EAGAIN is used (GH PR#24)
6.12 2017-01-04 23:32:54-05:00 America/Toronto
-
Fix prereqs
6.11 2017-01-04 15:05:57-05:00 America/Toronto
-
Updated the Changes file
-
When using Net::SSL, pending data was potentially ignored GH PR#7 (Jean-Louis Martineau)
6.10
-DEV 2016-12-30
-
Added LICENSE
-
Added 'use warnings' to everywhere that lacked it
-
Drop all use of Test.pm
-
Removed unneeded uses of 'use vars'
-
Switch live tests to use Google.
-
Fix RT#112313 - Hang in my_readline() when keep-alive => 1 and $response_size % 1024 == 0
6.09 2015-05-20
-
No changes since 6.08_002
6.08_002 2015-05-02
-
Fix foolish $VERSION error in 6.08_001 (Karen Etheridge)
6.08_001 2015-05-01
-
resolve issues with SSL by reading bytes still waiting to be read after
the initial 1024 bytes [RT#104122] (Mark Overmeer)
6.07 2014-07-23
-
Opportunistically use IO::Socket::IP or IO::Socket::INET6. (Jason Fesler)
-
Properly parse IPv6 literal addresses with optional port numbers. [RT#75618]
6.06 2013-03-10
-
IO::Socket::SSL doesn't play well with select() [RT#81237] (Jesse Luehrs)
6.05 2012-11-10
-
Convert to Test::More style and disable test on Windows [RT#81090] (Gisle Aas)
-
SSL broken for some servers [RT#81073] (Marinos Yannikos)
6.04 2012-11-08
-
Simpler handling of double chunked [RT#77240] (Gisle Aas)
-
Check for timeouts before reading [RT#72676] (Gisle Aas)
-
Fake can_read (Gisle Aas)
-
Fix chunked decoding on temporary read error [RT#74431] (Dagfinn Ilmari Mannsåker)
-
NB: set http_bytes if read_entity_body hits EAGAIN on first read (Eric Wong)
-
chunked,chunked is invalid, but happens. Ignore all but the first. [RT#77240] (Jay Hannah)
6.03 2012-02-16
-
Restore blocking override for Net::SSL [RT#72790]
-
Restore perl-5.6 compatibility.
6.02 2011-11-21
-
Don't disable blocking method [RT#72580]
-
Don't stop on unrecognized Makefile.PL arguments [RT#68337]
-
Document Net:HTTPS [RT#71599]
6.01 2011-03-17
-
Don't run live test by default; 'perl Makefile.PL --live-tests' to enable.
-
More relaxed apache test; should pass even if proxies has added headers.
6.00 2011-02-27
-
Initial release of Net-HTTP as a separate distribution.
-
No code changes.
-
Version bump to be ahead of old release
-
The Net::HTTP module used to be bundled with the libwww-perl distribution.