* Buffered output needs to be flushed in several places. Added calls to
authorMichael Hampton <io_error@uncensored.citadel.org>
Sun, 5 Sep 2004 17:39:09 +0000 (17:39 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Sun, 5 Sep 2004 17:39:09 +0000 (17:39 +0000)
commitee36fc3e6d59c7f40015273196bb4452ae941d84
tree86e3e7125d1589de91752085fb4d9be949f8bbdf
parent1ca3b27da2235dcf4ec1fba5a79f81a3c8256da7
* Buffered output needs to be flushed in several places.  Added calls to
  flush_output().  (basically anywhere where we send a response and then
  wait for the client, except chat, where we turned it off entirely)
citadel/ChangeLog
citadel/citserver.c
citadel/control.c
citadel/file_ops.c
citadel/msgbase.c
citadel/room_ops.c
citadel/serv_bio.c
citadel/serv_chat.c
citadel/serv_network.c
citadel/serv_vandelay.c
citadel/serv_vcard.c