|
oleg -> RE: How to force IIS to return chunked content? (9/16/2006 2:33:12)
|
quote:
IIRC it's done in IIS by right-click the web, select properties, and edit the HTTP Headers section. This is not enough to implement chunked encoding protocol. My client said that him server work correctly but he had some problems. We cleared up, that him server returns chunked content when browser requests ASP page (see my messages above), and returns ordinary response when you request static HTML page, like this: HTTP/1.1 200 OK Server: Microsoft-IIS/5.1 Date: Fri, 15 Sep 2006 09:51:29 GMT Content-Type: text/html Accept-Ranges: bytes Last-Modified: Wed, 06 Sep 2006 09:20:00 GMT ETag: "40abd0a095d1c61:993" Content-Length: 3227 I try to understand how was this happened? Also I want to simulate this situation in my computer.
|
|
|
|