Commit fc6b60aa1f4355fe144b20d8b7179e3ac7fe3287
- Diff rendering mode:
- inline
- side by side
lib/LWP/UserAgent.pm
(1 / 1)
|   | |||
| 165 | 165 | $protocol = eval { LWP::Protocol::create($scheme, $self) }; | |
| 166 | 166 | if ($@) { | |
| 167 | 167 | $@ =~ s/ at .* line \d+.*//s; # remove file/line number | |
| 168 | my $response = _new_response($request, &HTTP::Status::RC_NOT_IMPLEMENTED, $@); | ||
| 168 | $response = _new_response($request, &HTTP::Status::RC_NOT_IMPLEMENTED, $@); | ||
| 169 | 169 | if ($scheme eq "https") { | |
| 170 | 170 | $response->message($response->message . " (Crypt::SSLeay not installed)"); | |
| 171 | 171 | $response->content_type("text/plain"); |

