Freigeben über


When framework designers outsmart themselves [How to: Perform streaming HTTP uploads with .NET]

**

This blog has moved to a new location and comments have been disabled.

All old posts, new posts, and comments can be found on The blog of dlaa.me.

See you there!

Comments

  • Anonymous
    June 10, 2011
    There's a bug in Silverlight's implementation of this. If the request stream gets closed by the server, Silverlight will deadlock on a call to Write to it, if AllowWriteStreamBuffering has been set to false. There's a full example attached to this bug report (just expand the Details section): connect.microsoft.com/.../writing-to-ms-internal-internalwebrequeststream-deadlocks-when-host-closes-request-stream

  • Anonymous
    June 10, 2011
    Cory, Wow, thanks for letting me know! Filing a report on Connect with a detailed demonstration of the problem (like you did) is exactly the right thing to do. I'm sure the right folks will look into this soon.