Skip to content

Commit

Permalink
Better silverlight error message - updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlend Oftedal authored and Erlend Oftedal committed Apr 14, 2010
1 parent 4208f53 commit 51508e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ the socket policy through the download port mentioned above.

Current limitations
-------------------
- Does not properly handle encoding in all cases
- Does not support binary data (images, documents etc.) - this is
probably related to the encoding problem above
- The proxy runs the requests as a FIFO - not multithreaded
- Silverlight does not handle binary data or POST

2 changes: 1 addition & 1 deletion silverlight/SilverlightMalaRIA/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void OnReceive(object o, SocketAsyncEventArgs e)
}
catch(Exception ex)
{
Log("Fack 2");
Log("Error sending data: " + ex.Message);
}
}
else
Expand Down

0 comments on commit 51508e0

Please sign in to comment.