Wrong content handlers would sometimes be skipped [RT#40187]
commitaf111a4327d4dfc4750e022c1a20adc803a75fbf
authorGisle Aas <gisle@aas.no>
Mon, 20 Oct 2008 11:14:48 +0000 (20 13:14 +0200)
committerGisle Aas <gisle@aas.no>
Mon, 20 Oct 2008 11:25:43 +0000 (20 13:25 +0200)
tree4d64ee1e953d36a4612fc5baf27a8f2b0ae912cf
parent995387179648e3ccc5bde35854427a4f5a3afbc3
Wrong content handlers would sometimes be skipped [RT#40187]

The handler filtering in LWP::Protocol::collect depends on stable
handler hashes, but we did not provide that for handlers associated
directly with the response object.  The result was that handlers
was skipped randomly based on memory allocation patterns.
lib/LWP/Protocol.pm
lib/LWP/UserAgent.pm