mirror of
https://github.com/curl/curl.git
synced 2026-08-25 14:53:34 +03:00
parent
d5c01d779f
commit
af07875c0d
4 changed files with 5 additions and 5 deletions
|
|
@ -333,7 +333,7 @@ sub eXsysread {
|
|||
sub read_mainsockf {
|
||||
my $scalar = shift;
|
||||
my $nbytes = shift;
|
||||
my $timeout = shift; # Optional argument, if zero blocks indefinitively
|
||||
my $timeout = shift; # Optional argument, if zero blocks indefinitely
|
||||
my $FH = \*SFREAD;
|
||||
|
||||
if(not defined $timeout) {
|
||||
|
|
@ -357,7 +357,7 @@ sub read_mainsockf {
|
|||
sub read_datasockf {
|
||||
my $scalar = shift;
|
||||
my $nbytes = shift;
|
||||
my $timeout = shift; # Optional argument, if zero blocks indefinitively
|
||||
my $timeout = shift; # Optional argument, if zero blocks indefinitely
|
||||
my $FH = \*DREAD;
|
||||
|
||||
if(not defined $timeout) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue