http://www.perlmonks.org?node_id=1006027


in reply to Re: LWP is not SIGPIPE safe?
in thread LWP is not SIGPIPE safe?

Question is in subject of this topic

Replies are listed 'Best First'.
Re^3: LWP is not SIGPIPE safe?
by zwon (Abbot) on Nov 28, 2012 at 15:47 UTC
    Answer to this question is in the body of the question ;) As you can see from the code it is not handling SIGPIPE itself. On the other hand nothing prevents you from setting handler in your script from which you're using LWP.
      If so, then it is a bug. Because it is even not documented, that I should install sigpipe handler myself.
      Ok, it seems I should make test and report it.