Consultor Eletrônico



Kbase P97869: Does WebSpeed messenger set content-length before sending the result to web server?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   28/09/2005
Status: Unverified

GOAL:

Does WebSpeed messenger set content-length before sending the result to web server?

GOAL:

What is the reason that WebSpeed messenger does not set content-length?

FIX:

WebSpeed messengers were developed against HTTP 1.0 which does not require content-length set, HTTP 1.1 requires it to be set.

If just using output to webstream unformatted, the messenger will not cache the content thus getting content-length but just pass it to web server, This makes sense because if it is a large file, caching would have created vitual delays. the messengers are not getting content-length until stream is output