File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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
67
67
supports C<HTTP/1.0 > and C<HTTP/1.1 > .
68
68
69
69
C<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).
71
71
You can mix the methods described below with reading and writing from the
72
72
socket directly. This is not necessary a good idea, unless you know what
73
73
you are doing.
@@ -164,7 +164,7 @@ format_request(). Returns true if successful.
164
164
165
165
=item $s->format_chunk( $data )
166
166
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.
168
168
169
169
=item $s->write_chunk($data)
170
170
You can’t perform that action at this time.
0 commit comments