Files
asterisk/main
Mark Michelson f20ee79f1e Merged revisions 174764 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r174764 | mmichelson | 2009-02-10 15:45:14 -0600 (Tue, 10 Feb 2009) | 21 lines

Fix an fd leak that would occur in HTTP AMI sessions

The explanation behind this fix is a bit complicated, and I've already
typed it up in the code as a huge comment inside of manager.c, so I'll
give the abridged version here.

We needed a way to separate action-specific data from session-specific data.
Unfortunately, the only way to maintain API compatibility and to not have to
change every single manager action was to rename the current mansession structure
and wrap it inside a new mansession structure which actually contains action-
specific data.

(closes issue #14364)
Reported by: awk
Patches:
      14364_better.patch uploaded by putnopvut (license 60)
Tested by: putnopvut

Review: http://reviewboard.digium.com/r/148/


........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@174769 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-02-10 21:54:45 +00:00
..
2008-03-04 23:04:29 +00:00
2009-02-06 17:04:04 +00:00
2009-02-06 17:04:04 +00:00
2007-12-11 22:20:22 +00:00
2009-01-06 21:38:45 +00:00
2008-07-21 21:00:47 +00:00
2008-03-04 23:04:29 +00:00
2007-12-27 20:11:20 +00:00
2008-06-19 20:25:37 +00:00
2007-11-21 00:23:49 +00:00
2008-03-04 23:04:29 +00:00
2008-03-04 23:04:29 +00:00
2008-06-26 15:37:01 +00:00