Anyone object to me removing line 124 in server/listen.c in trunk ?
117 if (receive_buffer_size) {
118 stat = apr_socket_opt_set(s, APR_SO_RCVBUF, receive_buffer_size);
119 if (stat != APR_SUCCESS && stat != APR_ENOTIMPL) {
120 ap_log_perror(APLOG_MARK, APLOG_WARNING, stat, p,
121 "make_sock: failed to set ReceiveBufferSize for "
122 "address %pI, using default",
123 server->bind_addr);
124 strerror(errno);
125 /* not a fatal error */
126 }
127 }
On Mon, Sep 12, 2005 at 06:57:09PM -0000, [EMAIL PROTECTED] wrote:
> Modified: httpd/httpd/branches/2.0.x/STATUS
> URL:
> http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=280393&r1=280392&r2=280393&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.0.x/STATUS (original)
> +++ httpd/httpd/branches/2.0.x/STATUS Mon Sep 12 11:57:06 2005
> @@ -318,6 +318,7 @@
> code: http://svn.apache.org/viewcvs?view=rev&rev=157583
> docs: http://svn.apache.org/viewcvs?rev=280384&view=rev
> +1: stas
> + colm: What is the call to strerror() in listen.c about ?
>
> PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
>
>
>
>
--
Colm MacCárthaigh Public Key: [EMAIL PROTECTED]