chuck       97/02/19 20:21:37

  Modified:    src       CHANGES
  Log:
  updates for proxy FTP.
  
  Revision  Changes    Path
  1.172     +9 -0      apache/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apache/src/CHANGES,v
  retrieving revision 1.171
  retrieving revision 1.172
  diff -C3 -r1.171 -r1.172
  *** CHANGES   1997/02/20 04:13:16     1.171
  --- CHANGES   1997/02/20 04:21:35     1.172
  ***************
  *** 1,5 ****
  --- 1,14 ----
    Changes with Apache 1.2b7
    
  +   *) more proxy FTP bug fixes:
  +      - remove setting of SO_DEBUG socket option
  +      - Make ftp_getrc() more lenient about multiline responses,
  +        specifically, 230 responses which don't have continuation 230-
  +        on each line). These seem to be all NT FTP servers, and while
  +        perhaps questionable, they appear to be legal by RFC 959.
  +      - Add missing kill_timeout() after transfer to user completes.
  +      [Chuck Murcko]
  + 
      *) Fixed problem where a busy server could hang when restarting
         after being sent a SIGHUP due to child processes not exiting.
         [Marc Slemko]
  
  
  

Reply via email to