You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Net::HTTP::Methods I very often receive errors:
Use of uninitialized value $line in concatenation (.) or string at /opt/perl5.28.2/lib/site_perl/5.28.2/Net/HTTP/Methods.pm line 534.
Use of uninitialized value $line in concatenation (.) or string at /opt/perl5.28.2/lib/site_perl/5.28.2/Net/HTTP/Methods.pm line 534.
die "Missing newline after chunk data: '$line'"
if !defined($line) || $line ne "";
When $line is undefined it tried to print it in die statement.
The text was updated successfully, but these errors were encountered:
Got this report via email:
Using Net::HTTP::Methods I very often receive errors:
Use of uninitialized value $line in concatenation (.) or string at /opt/perl5.28.2/lib/site_perl/5.28.2/Net/HTTP/Methods.pm line 534.
Use of uninitialized value $line in concatenation (.) or string at /opt/perl5.28.2/lib/site_perl/5.28.2/Net/HTTP/Methods.pm line 534.
When $line is undefined it tried to print it in die statement.
The text was updated successfully, but these errors were encountered: