You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mt...@apache.org on 2004/09/28 18:35:30 UTC

cvs commit: httpd-2.0/modules/proxy mod_proxy.c proxy_balancer.c proxy_util.c mod_proxy.h

mturk       2004/09/28 09:35:30

  Modified:    modules/proxy mod_proxy.c proxy_balancer.c proxy_util.c
                        mod_proxy.h
  Log:
  Make sure that we don't increase balancer worker count on
  gracefull restart. Thanks to Christian...again.
  
  Revision  Changes    Path
  1.149     +2 -0      httpd-2.0/modules/proxy/mod_proxy.c
  
  http://cvs.apache.org/viewcvs/httpd-2.0/modules/proxy/mod_proxy.c.diff?r1=1.148&r2=1.149
  
  
  1.26      +4 -3      httpd-2.0/modules/proxy/proxy_balancer.c
  
  http://cvs.apache.org/viewcvs/httpd-2.0/modules/proxy/proxy_balancer.c.diff?r1=1.25&r2=1.26
  
  
  1.158     +1843 -1846httpd-2.0/modules/proxy/proxy_util.c
  
  http://cvs.apache.org/viewcvs/httpd-2.0/modules/proxy/proxy_util.c.diff?r1=1.157&r2=1.158
  
  
  1.138     +614 -605  httpd-2.0/modules/proxy/mod_proxy.h
  
  http://cvs.apache.org/viewcvs/httpd-2.0/modules/proxy/mod_proxy.h.diff?r1=1.137&r2=1.138
  
  

Re: cvs commit: httpd-2.0/modules/proxy mod_proxy.c proxy_balancer.c proxy_util.c mod_proxy.h

Posted by Cliff Woolley <jw...@virginia.edu>.
On Tue, 28 Sep 2004, Graham Leggett wrote:

> > I'm sorry guys, I've committed those two with CR-LF line endings, and
> > figure out that after the commit. Will be more careful in the future.
> > Not my day obviously :(.

No big deal, thanks for fixing it.

> In theory, the only way CRLF would be a problem is if they were checked
> in as binary files instead of ASCII...?

Actually what happens more often is that the files get edited under
windows and then checked in using a unix-based CVS client that does not do
the CRLF->LF conversion on ascii files.

--Cliff

Re: cvs commit: httpd-2.0/modules/proxy mod_proxy.c proxy_balancer.c proxy_util.c mod_proxy.h

Posted by Graham Leggett <mi...@sharp.fm>.
Mladen Turk wrote:

> I'm sorry guys, I've committed those two with CR-LF line endings,
> and figure out that after the commit. Will be more careful in the
> future. Not my day obviously :(.

In theory, the only way CRLF would be a problem is if they were checked 
in as binary files instead of ASCII...?

Regards,
Graham
--

Re: cvs commit: httpd-2.0/modules/proxy mod_proxy.c proxy_balancer.c proxy_util.c mod_proxy.h

Posted by Mladen Turk <mt...@apache.org>.
mturk@apache.org wrote:
> mturk       2004/09/28 09:35:30
> 
>   Modified:    modules/proxy mod_proxy.c proxy_balancer.c proxy_util.c
>                         mod_proxy.h
>   Revision  Changes    Path
>   1.158     +1843 -1846httpd-2.0/modules/proxy/proxy_util.c
>   1.138     +614 -605  httpd-2.0/modules/proxy/mod_proxy.h

I'm sorry guys, I've committed those two with CR-LF line endings,
and figure out that after the commit. Will be more careful in the
future. Not my day obviously :(.

Regards,
Mladen.