--- AnyEvent-HTTP/HTTP.pm 2018/08/30 01:21:27 1.130 +++ AnyEvent-HTTP/HTTP.pm 2018/09/01 03:16:43 1.133 @@ -344,8 +344,8 @@ Try to create/reuse a persistent connection. When this flag is set (default: true for idempotent requests, false for all others), then C tries to re-use an existing (previously-created) -persistent connection to the host and, failing that, tries to create a new -one. +persistent connection to same host (i.e. identical URL scheme, hostname, +port and session) and, failing that, tries to create a new one. Requests failing in certain ways will be automatically retried once, which is dangerous for non-idempotent requests, which is why it defaults to off @@ -1296,8 +1296,8 @@ A cookie jar is initially an empty hash-reference that is managed by this module. Its format is subject to change, but currently it is as follows: -The key C has to contain C<1>, otherwise the hash gets -emptied. All other keys are hostnames or IP addresses pointing to +The key C has to contain C<2>, otherwise the hash gets +cleared. All other keys are hostnames or IP addresses pointing to hash-references. The key for these inner hash references is the server path for which this cookie is meant, and the values are again hash-references. Each key of those hash-references is a cookie name, and @@ -1311,7 +1311,7 @@ chance of understanding the above paragraph: { - version => 1, + version => 2, "10.0.0.1" => { "/" => { "mythweb_id" => {