Tags: esabol/Furl
Tags
Checking in changes prior to tagging of version 3.15. Changelog diff is: diff --git a/Changes b/Changes index 81a6724..aa0adb1 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for Perl module Furl {{$NEXT}} +3.15 2025-09-25T00:24:03Z + - Fix the issue that when timeout happens, then request method returns success when + there is no Content-Length headers(tokuhirom#137) + 3.14 2021-05-13T05:30:22Z - Support 308 HTTP status code
Checking in changes prior to tagging of version 3.14. Changelog diff is: diff --git a/Changes b/Changes index 7449fd5..9a50e9e 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl module Furl {{$NEXT}} +3.14 2021-05-13T05:30:22Z + - Support 308 HTTP status code + 3.13 2017-09-19T06:31:34Z - Fixed test code(skaji++)
Checking in changes prior to tagging of version 3.13. Changelog diff is: diff --git Changes Changes index eef2538..7449fd5 100644 --- Changes +++ Changes @@ -2,6 +2,10 @@ Revision history for Perl module Furl {{$NEXT}} +3.13 2017-09-19T06:31:34Z + + - Fixed test code(skaji++) + 3.12 2017-09-13T06:58:15Z commit 88cd747
Checking in changes prior to tagging of version 3.12. Changelog diff is: diff --git Changes Changes index dc305de..eef2538 100644 --- Changes +++ Changes @@ -2,6 +2,20 @@ Revision history for Perl module Furl {{$NEXT}} +3.12 2017-09-13T06:58:15Z + + commit 88cd747 + Author: Shoichi Kaji <[email protected]> + Date: Mon Aug 14 00:50:55 2017 +0900 + + check whether sockets are readable or not before reusing them + + commit 90f3e48 + Author: ktat <[email protected]> + Date: Mon May 29 14:26:55 2017 +0900 + + uri_unescape user & password for Basic auth + 3.11 2017-05-16T23:54:24Z - added docs
Checking in changes prior to tagging of version 3.11. Changelog diff is: diff --git Changes Changes index 00e0c63..dc305de 100644 --- Changes +++ Changes @@ -2,6 +2,10 @@ Revision history for Perl module Furl {{$NEXT}} +3.11 2017-05-16T23:54:24Z + + - added docs + 3.10 2017-04-05T16:52:32Z - Fix tests for newer Perl @inc issue
Checking in changes prior to tagging of version 3.10. Changelog diff is: diff --git a/Changes b/Changes index b56dd99..00e0c63 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl module Furl {{$NEXT}} +3.10 2017-04-05T16:52:32Z + - Fix tests for newer Perl @inc issue + 3.09 2016-07-21T14:10:52Z - Support 1xx status
Checking in changes prior to tagging of version 3.09. Changelog diff is: diff --git a/Changes b/Changes index d471af7..b56dd99 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,12 @@ Revision history for Perl module Furl {{$NEXT}} +3.09 2016-07-21T14:10:52Z + + - Support 1xx status + - Fix test on Windows issue + - Fix httpoxy + 3.08 2015-08-06T09:32:19Z - Handle cookies while redirection.
Checking in changes prior to tagging of version 3.08. Changelog diff is: diff --git Changes Changes index 44b41bc..480c5a2 100644 --- Changes +++ Changes @@ -2,6 +2,13 @@ Revision history for Perl module Furl {{$NEXT}} +3.08 2015-08-06T09:32:19Z + + - Handle cookies while redirection. + (tokuhirom) + - delete method accept message body + (kimoto) + 3.07 2015-04-21T03:42:39Z - Depends on latest Test::TCP
Checking in changes prior to tagging of version 3.07. Changelog diff is: diff --git Changes Changes index 33cae18..44b41bc 100644 --- Changes +++ Changes @@ -2,6 +2,11 @@ Revision history for Perl module Furl {{$NEXT}} +3.07 2015-04-21T03:42:39Z + + - Depends on latest Test::TCP + tokuhirom/Test-TCP#31 (comment) + 3.06 2015-02-09T23:05:09Z commit 8a77869
Checking in changes prior to tagging of version 3.06. Changelog diff is: diff --git Changes Changes index 6f4f7f1..33cae18 100644 --- Changes +++ Changes @@ -2,6 +2,37 @@ Revision history for Perl module Furl {{$NEXT}} +3.06 2015-02-09T23:05:09Z + + commit 8a77869 + Author: Jari Salmela <[email protected]> + Date: Fri Feb 6 08:36:55 2015 +0200 + + Update HTTP.pm + + fix for keep-alive as zmmail proposed. + "In line 526 of Furl/HTTP.pm, FURL checks the HTTP response headers it gets from the server. It will read the C + onnection from the response header there, and compare the header value with the string keep-alive. The problem is t + hat this does not take into account a different case of the response header. Some HTTP server returns a header valu + e of Keep-Alive (mind the caps), so FURL does not recognize it properly. + + I think the following change to Furl/HTTP.pm is more robust. + + if ($connection_header eq 'keep-alive') { + if (lc($connection_header) eq 'keep-alive') {" + + commit 91ebdf8 + Author: Kazuho Oku <[email protected]> + Date: Wed Dec 24 16:26:07 2014 +0900 + + fix incorrect regex used for testing the response line (amends tokuhirom#80) + + commit 65d0bc1 + Author: HIROSE Masaaki <[email protected]> + Date: Wed Dec 24 13:49:43 2014 +0900 + + Check only status code when connect SSL over proxy + 3.05 2014-09-24T03:47:02Z - Validate content-length before processing.
PreviousNext