On Fri, Nov 18, 2011 at 12:04:19PM +0200, Aekold Helbrass wrote: > Hi All! > > In short, my question is: is it possible to create data dialog in > single HTTP request? I mean I am reading first 10 bytes - sending > something in response, client reacts and sens 10 more bytes, and all > that in single HTTP request, without breaking or closing it. I am > interested in server side, as client side is plain sockets on > blackberry. It is highly-specialized server for single task, so > general cases and "normal cases" are ignored. > > To be honest - I have absolutely no idea if HTTP specification allows > something like this at all, and couldn't find relevant info. >
No, it does not. HTTP is a request / response based protocol. What you are talking about sounds very much like Websockets or a similar protocol. Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
