Re: [evolution-patches] Re: [Evolution-hackers] Post-to header implementation



> +	if (camel_nntp_command (store, (char **) &buf, "mode reader") < 0 ||
> +	/* hack: inn seems to close connections if nothing is done within
> +	   the first ten seconds. a non-existent command is enough though */
> +	    camel_nntp_command (store, (char **) &buf, "date") < 0)
> +	    goto fail;
> 
> 
> don't need the comment there anymore :-)

well part should remain, about doing a noop to prevent a timeout.





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]