Description
ESI plugin will pass on almost all request headers from user request to all async requests that it tried to make for each of the ESI includes.
We should not be passing the Connection keep-alive header because we don't want these requests to be "keep-alive" after they are done.
Attachments
Attachments
Issue Links
- is related to
-
TS-1070 Replace and deprecate TSFetchURL()
- Open
Hmmm, why is that? Is this possibly related to the problems (I think?) with FetchSM (fetchpages) not doing Keep-alive?