Skip to content

Commit 60f369d

Browse files
oaldersgenio
authored andcommitted
Refer to LWP::UserAgent::parse_head() in docs for HTTP::Response::base()
1 parent 7807b01 commit 60f369d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/HTTP/Response.pm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,10 @@ received some redirect responses first.
488488
489489
If none of these sources provide an absolute URI, undef is returned.
490490
491-
When the LWP protocol modules produce the HTTP::Response object, then
492-
any base URI embedded in the document (step 1) will already have
493-
initialized the "Content-Base:" header. This means that this method
494-
only performs the last 2 steps (the content is not always available
491+
When the LWP protocol modules produce the HTTP::Response object, then any base
492+
URI embedded in the document (step 1) will already have initialized the
493+
"Content-Base:" header. (See L<LWP::UserAgent/parse_head>). This means that
494+
this method only performs the last 2 steps (the content is not always available
495495
either).
496496
497497
=item $r->filename

0 commit comments

Comments
 (0)