From: SourceForge.net <no...@so...> - 2005-04-16 22:33:27
|
Feature Requests item #1184271, was opened at 2005-04-16 08:03 Message generated for change (Comment added) made by sdeasey You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719009&aid=1184271&group_id=130646 Category: Tcl-API Group: None Status: Open Resolution: None Priority: 5 Submitted By: Zoran Vasiljevic (vasiljevic) Assigned to: Zoran Vasiljevic (vasiljevic) Summary: Add "ns_conn flush" Initial Comment: This should internally invoke Ns_ConnFlushHeaders effectively spitting out the headers and any content not sent already. The call can be executed at any time, but the headers are sent only once. The call should return the integer equivalent of NS_OK or NS_ERROR to be compatible with ns_return calls. Implementation is trivial and I will check this in. If there are serious complaints, I will revert the changes. ---------------------------------------------------------------------- >Comment By: Stephen Deasey (sdeasey) Date: 2005-04-16 16:33 Message: Logged In: YES user_id=87254 When I first read the subject line I thought you were refering to this: http://sourceforge.net/mailarchive/forum.php?thread_id=6736550&forum_id=43966 Turns out that there's a Ns_ConnFlushContent() function. I think this needs to be called something like [ns_conn flushheaders], to avoid confusion. Not that there's much we can do about it, but even with that change it could still be a little bit confusing: FlushHeaders flushes output to the conn, FlushContent drops input from the conn... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=719009&aid=1184271&group_id=130646 |