SSLproxy/AUTHORS.md
Daniel Roethlisberger 2bcfaf4b44 Re-enable EV_READ if disabled and outbuf empty
The event buffer write handler failes to re-enable the corresponding
read event of the opposite connection if the buffer is not only down to
less than half the limit, but completely emptied.  In that case, the
read event would never be re-enabled and the connection would stall and
time out.

Issue:		#109
Patch by:	Eun Soo Park
2015-10-25 17:54:27 +01:00

27 lines
1.1 KiB
Markdown

# Authors
SSLsplit was written and is being maintained by
[Daniel Roethlisberger](https://daniel.roe.ch/).
The following individuals have contributed to the codebase by submitting
patches or pull requests, in chronological order of their first contribution:
- Steve Wills ([swills](https://github.com/swills))
- Landon Fuller ([landonf](https://github.com/landonf))
- Wayne Jensen ([wjjensen](https://github.com/wjjensen))
- Rory McNamara ([psychomario](https://github.com/psychomario))
- Alexander Neumann ([fd0](https://github.com/fd0))
- Adam Jacob Muller ([AdamJacobMuller](https://github.com/AdamJacobMuller))
- Richard Poole ([RichardPoole42](https://github.com/RichardPoole42))
- Maciej Kotowicz ([mak](https://github.com/mak))
- Eun Soo Park ([eunsoopark](https://github.com/eunsoopark))
Many more individuals have contributed by reporting bugs or feature requests.
See [issue tracker on Github][1], `NEWS.md` and `git log` for details.
[1]: https://github.com/droe/sslsplit/issues
All your contributions are greatly appreciated; without you, SSLsplit would not
be what it is today.