in reply to LWP::UserAgent Client-Warning 500 against HTTP standards?

just to stay tuned.. since I was pointed to the open issue 508 by Anonymous Monk I have thrown there my idea and it was well received.

L*

There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.
  • Comment on Re: LWP::UserAgent Client-Warning 500 against HTTP standards? -- LWP::UserAgent issue 508
  • Select or Download Code

Replies are listed 'Best First'.
Re^2: LWP::UserAgent Client-Warning 500 against HTTP standards? -- LWP::UserAgent issue 508
by Anonymous Monk on Oct 14, 2022 at 11:57 UTC
    Mechanism already exists
    sub not500 { my($response, $ua, $handler) = @_; ... } $ua->add_handler("response_done", \&not500 );