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. Currently it looks like I can implement consuming entity, and I can analyse data while I am reading it, I can prepare my answer right in consuming entity, but it would not be a dialog because only after client stream is completed - I can respond. Thanx! --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
