Rank: Newbie Groups: Member
Joined: 7/2/2013 Posts: 7
|
I have created my own ResourceHandler implementation and intercepting the requests. When I have a POST request with some data in its body, I am trying to read the post data byte array using request.PostData[0].Data but I am getting a huge byte array in size 1030713190 mostly filled with 0's. Also I have noticed that request.Headers is missing the Content-Length header, that's probably why the library fails to return a byte array with correct size. Any ideas?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
We have confirmed this to be a bug and have posted a new build that should fix this problem. Please see your private message for the download location of the new build.
Thanks!
|