At 08:19 pm 2/4/96 -0800, Dave Long spake: >> If it is always an error to end a connection in the middle of >>an object, then how does one "correctly" end a mulitpart server-push? >H = headers < = start of object ! = connection end >X = object payload > = end of object >H<xxxx><xxx><xxxxxx>! - "correct" end >H<xxxx><xx><xxx><xxxx - "incorrect" end Actually, that's not entirely correct. There is a specific MIME definition for ending multipart objects, and that is the terminating separator, e.g.: "\r\n--Separator--\r\n" With double dashes on both ends. But that wasn't my question. I was wondering how to terminate it from the *client* side. Multipart server-push objects that never end are becoming quite common. If it's an error to just hang up on them, what is the correct method? +--------------------------------------------------------------------------+ | BearHeart / Bill Weinman | BearHeart@bearnet.com | http://www.bearnet.com/ | Author of The CGI Book -- http://www.bearnet.com/cgibook/Received on Sunday, 4 February 1996 20:49:23 EST
This archive was generated by hypermail pre-2.1.9 : Wednesday, 24 September 2003 06:31:44 EDT