Chunked Http Request
I really like Windows 7 so far, it's a lot better than Vista both in terms of speed and general use. I found an issue however. When sending an Http Request, that I traced in Fiddler, it seems to always send the request as Chunked in terms of Transfer encoding. I.e. this was sent in the request header: Transfer-Encoding: chunked I'm using a C# .NET 3.5 application, and I checked that SendChunked = false for the HttpWebRequest, so I'm guessing it's happening at the WinInet level or lower. The problem is that we contact servers that don't support chunking, so the call fails. I assume this is a bug that could easily be resolved? If so, I can happily use the RC of Windows 7 as my main development system at work. With the bug remaining it makes life difficult (need to use a Virtual Machine with XP installed etc.)
May 24th, 2009 2:37am

Hi Jilted, Thank you for your feedback. I did a test on my environment and encountered a similar issue. It may be a potential bug. I will report it. Thanks again. J
Free Windows Admin Tool Kit Click here and download it now
May 25th, 2009 9:56am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics