cvs commit: projects/csup mux.c mux.h proto.c

Maxime Henrion mux at FreeBSD.org
Tue Feb 14 19:24:56 PST 2006


mux         2006-02-15 03:24:55 UTC

  FreeBSD projects repository

  Modified files:
    csup                 mux.c mux.h proto.c 
  Log:
  - Put back chan_wait().  My analysis was completely wrong: CVSup does
    wait for the close packet to get sent by the server, and that seems
    to happen within the EOF() method.  Besides, I don't think that
    chan_wait() could cause a hang like I thought.
  - While I'm here, tweak an error message.
  
  Revision  Changes    Path
  1.64      +11 -1     projects/csup/mux.c
  1.23      +2 -1      projects/csup/mux.h
  1.69      +4 -2      projects/csup/proto.c


More information about the cvs-projects mailing list