File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ HTTP protocol is described in RFC 2616. The C<Net::HTTP> class
6767supports C<HTTP/1.0 > and C<HTTP/1.1 > .
6868
6969C<Net::HTTP > is a sub-class of one of C<IO::Socket::IP > (IPv6+IPv4),
70- C<IO::Socket::INET6 > (IPv6+IPv4), or C<IO::Socket::INET > (IPv4 only).
70+ C<IO::Socket::INET6 > (IPv6+IPv4), or C<IO::Socket::INET > (IPv4 only).
7171You can mix the methods described below with reading and writing from the
7272socket directly. This is not necessary a good idea, unless you know what
7373you are doing.
@@ -164,7 +164,7 @@ format_request(). Returns true if successful.
164164
165165=item $s->format_chunk( $data )
166166
167- Returns the string to be written for the given chunk of data.
167+ Returns the string to be written for the given chunk of data.
168168
169169=item $s->write_chunk($data)
170170
You can’t perform that action at this time.
0 commit comments