Fixed the channel's POST entity writing.
commit5a8a7e76d9f8d57e295c83905a2e5c5ef2348077
authorAndrew Arnott <andrewarnott@gmail.com>
Mon, 12 Jan 2009 16:44:53 +0000 (12 08:44 -0800)
committerAndrew <andrewarnott@gmail.com>
Mon, 12 Jan 2009 16:44:53 +0000 (12 08:44 -0800)
treeb72dcc4aa93c824a8ca2101b04b9ec1f90016e63
parent8b3de8d84b982547f634643b243fd92746d2b980
Fixed the channel's POST entity writing.

The HTTP Content-Length was being set to the number of characters in the response instead of the number of bytes.
src/DotNetOpenAuth.Test/Mocks/TestWebRequestHandler.cs
src/DotNetOpenAuth/Messaging/Channel.cs
src/DotNetOpenAuth/Messaging/DirectWebResponse.cs
src/DotNetOpenAuth/Messaging/IDirectSslWebRequestHandler.cs
src/DotNetOpenAuth/Messaging/IDirectWebRequestHandler.cs
src/DotNetOpenAuth/Messaging/StandardWebRequestHandler.cs
src/DotNetOpenAuth/Messaging/UntrustedWebRequestHandler.cs