Commit 43c2c2c12b391f4136d9d7a4c8e903b8ead8b694
- Diff rendering mode:
- inline
- side by side
lib/LWP/UserAgent.pm
(0 / 1)
|   | |||
| 614 | 614 | $parser->utf8_mode(1) if $] >= 5.008 && $HTML::Parser::VERSION >= 3.40; | |
| 615 | 615 | ||
| 616 | 616 | push(@{$response->{handlers}{response_data}}, sub { | |
| 617 | print "P\n"; | ||
| 618 | 617 | return unless $parser; | |
| 619 | 618 | $parser->parse($_[3]) or undef($parser); | |
| 620 | 619 | }); |

