]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
http: cast a wider net to prevent circular references
authorEric Wong <e@80x24.org>
Wed, 18 Jan 2017 07:35:35 +0000 (07:35 +0000)
committerEric Wong <e@80x24.org>
Wed, 18 Jan 2017 07:35:35 +0000 (07:35 +0000)
commitf3416dbbc14b76235242c4937396438abc4d1c63
tree772cd267335a39e33212971f919fc775a3adf7d9
parent261182531d33e980e4316ca2a7b9ade603e85cf2
http: cast a wider net to prevent circular references

We can more effectly nuke circular references by clearing
the entire PSGI $env, not just particular keys, when
there are self-referential fields such as "qspawn.response"
in our environment.
lib/PublicInbox/HTTP.pm