AJ ONeal wrote: > Is this scenario possible? > > a client sends a multi-part post > the server sends a response while continuing to receive the incoming > stream > > or would sending a response cutoff client communication?
Sending a response between parts of a multi-part post should be okay if your HTTP client was expecting it, but I imagine most browsers would not understand it (at best) or totally screw up the communication (at worst). Should be fairly easy to test. Have you tried it? --Dave -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info (unsubscribe here): http://uug.byu.edu/mailman/listinfo/uug-list
