V
volcovcommander
I'm experiencing what looks like an http 1.1 100 continue issue with IE
6, IIS 6 and an ASP.NET app.
The scenario is such:
- I send POST request to page A which then should redirect to page B;
- the response contains 302 to page B + standard redirect html body +
whatever page A have managed to render before redirect.
in some cases at the very end of response data (after the closing html
tag) there's HTTP/1.1 100 Continue and other times there's none.
In those cases when there is 100 Continue the browser sends TCP ACK and
then sits waiting for something for about 2 minutes until it receives
"[TCP Dup ACK] [RST, ACK]" after which it stops.
Disabling HTTP 1.1 in browser settings fixes the issue.
Please help!
Let me know if you want to see the sniffer logs (where do I post them?)
Thanks,
Andriy
6, IIS 6 and an ASP.NET app.
The scenario is such:
- I send POST request to page A which then should redirect to page B;
- the response contains 302 to page B + standard redirect html body +
whatever page A have managed to render before redirect.
in some cases at the very end of response data (after the closing html
tag) there's HTTP/1.1 100 Continue and other times there's none.
In those cases when there is 100 Continue the browser sends TCP ACK and
then sits waiting for something for about 2 minutes until it receives
"[TCP Dup ACK] [RST, ACK]" after which it stops.
Disabling HTTP 1.1 in browser settings fixes the issue.
Please help!
Let me know if you want to see the sniffer logs (where do I post them?)
Thanks,
Andriy