Re: [PATCH] http server fixes
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
no objections were here, commited to cvs... Alexander Malysh wrote: > Hi together, > > hopefully all of us have overcome those long new year holidays and are > back to normal live & development ;) > > attached you can find a patch that includes some http server fixes: > - don't close listen filedescriptor when accept failed (that can be caused > bei client just now disconnected or network error) > - added 'active_list' that saves all active http clients and so while > shutdown all active clients can be disconnected gracefully (w/o fdset > warning about active entries) and when listen port removed all active > clients for this port could be disconnected > > This active_list could be used later in order to implement keep alive > timeout. > > Comments and votes please! > > -- Thanks, Alex