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
When Net::HTTP::NB::read_entity_body reads chunk,
if Net::HTTP::NB::my_read raises "Multi-read\n" exception,
${*$self}{'http_chunked'} remains an old value,
which should become a new value, $chunked.
Well, i should correct the report as following:
When Net::HTTP::NB::read_entity_body reads "http_first_body",
if Net::HTTP::NB::my_read raises "Multi-read\n" exception,
${*$self}{'http_chunked'} remains undefined,
which should become $chunked.
Migrated from rt.cpan.org#20930 (status was 'open')
Requestors:
From [email protected] on 2006-08-10 06:07:05:
From [email protected] on 2006-08-10 06:20:11:
From [email protected] on 2006-08-10 06:31:46:
From [email protected] on 2017-01-25 21:40:33:
The text was updated successfully, but these errors were encountered: