> 2013/3/6 Roberto De Ioris <[email protected]>
>
>> how many nodes are connected to that fastrouter ?
>>
>
> 7 nodes and 89 subscription keys.
>
>
>> are you periodically calling the stats subsystem ?
>
>
> Yes, at least once a minute.
>
>

can you add that code

if (main_peer->in == NULL) {
  uwsgi_log("[BUG] while reading from file descriptor %d\n", main_peer->fd);
}

soon after that line ?

// called soon after accept()
static ssize_t fr_recv_uwsgi_header(struct corerouter_peer *main_peer) {

it should recognize the bad address case

-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to