url rewriting - IIS URL Rewrite module buffers Transfer-Encoding: chunked -
i have reverse proxy setup in iis using url rewrite module inbound rules , i'm trying transfer-encoding: chunked
work.
the site behind reverse proxy works correctly chunked response. i've introduced delay between chunks testing , can see first part of response received, delay, rest of response. shows in dev tools short wait long download period. getting same page through reverse proxy results in long wait , tiny download period, seems getting of content before passing on client. there way can change behaviour streams content client receives it?
also, there no outbound rules have tried adding <outboundrules rewritebeforecache="false"/>
, didn't anything.
Comments
Post a Comment