Re: [PATCH] Broken sockopt_set in mod_proxy (SO_RCVBUF)

2003-04-04 Thread Jeff Trawick
Adam Sussman wrote: This patch implements SO_RCVBUF support for apr_socket_opt_set on the unix platform. It also alters the response code on an unknown option to be APR_ENOTIMPL, which IMHO is a lot clearer than invalid argument and which would have saved me a hour or so of scratching my head.

[PATCH] Broken sockopt_set in mod_proxy (SO_RCVBUF)

2003-04-03 Thread Adam Sussman
I started seeing a lot of these in the 2.0.45 build: (22)Invalid argument: apr_socket_opt_set(SO_RCVBUF): Failed to set ProxyReceiveBufferSize, using default I dug into this and discovered to my suprise that the APR never implemented SO_RCVBUF for the unix platform. Previous versions of the