]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Patch for bug 226251 (internal error when server push is enabled): Due to randomizati...
authorjocuri%softhome.net <>
Mon, 23 Feb 2004 02:52:05 +0000 (02:52 +0000)
committerjocuri%softhome.net <>
Mon, 23 Feb 2004 02:52:05 +0000 (02:52 +0000)
commit1ddabefad38f1fe6fc0343869a46bb7c8fa137d8
tree47536547c725e082c3743a41cfd6494260328630
parentfcee2c5701545b734659640c66051473f565d7aa
Patch for bug 226251 (internal error when server push is enabled): Due to randomization of perl hash table functionality since 5.8.1 the 'hack' to unset the nph parameter for multipart messages is not working reliable, instead a modified clone of the original multipart_init function is setting this parameter to '0' and is ignoring the given nph parameter from buglist.cgi; patch by Stephen Reindl <sr@stephenreindl.de>; r=bbaetz; a=justdave.
Bugzilla/CGI.pm