c****u 发帖数: 3277 | 1 how can I send multiple response from server side to one request from a client
using HTTP protocol? | f********h 发帖数: 149 | 2
~~~~~~~~~~~~~~~~~
you mean duplicated response?
【在 c****u 的大作中提到】 : how can I send multiple response from server side to one request from a client : using HTTP protocol?
| c****u 发帖数: 3277 | 3 not duplicated, just several response. sometimes, I may like to send
data in multiple packages to a client.
【在 f********h 的大作中提到】 : : ~~~~~~~~~~~~~~~~~ : you mean duplicated response?
| m******t 发帖数: 2416 | 4 As far as my understanding goes, http is RPC style, i.e., the server
can only send one response for each request. If you have some data
to send after the resonse, the client would have to make
another request consciously.
【在 c****u 的大作中提到】 : not duplicated, just several response. sometimes, I may like to send : data in multiple packages to a client.
| c****u 发帖数: 3277 | 5 ok. thanks. So I need to send another request from client side after it gets
response from server.
【在 m******t 的大作中提到】 : As far as my understanding goes, http is RPC style, i.e., the server : can only send one response for each request. If you have some data : to send after the resonse, the client would have to make : another request consciously.
|
|