Re: [PATCH] http remove max server limit
Alejandro Guerrieri <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
What'd happen if someone hammers the port? Shouldn't be some sort of
limit anyway?
+ if (n == 0 ||gwlist_len(new_server_sockets) > 0) {
misssing a space on "||gwlist_len"
Regards,
--
Alejandro Guerrieri
[email protected]
On 17/06/2009, at 12:07, Alexander Malysh wrote:
> Hi,
>
> attached patch removes max server limit from http server
> implementation.
>
> Any objections against commiting to CVS?
>
> Thanks,
> Alex
> <http-max-server.diff>