summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/Messaging/Channel.cs
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2008-09-09 08:54:21 -0700
committerAndrew <andrewarnott@gmail.com>2008-09-09 08:54:21 -0700
commit6f2ee87f545b26ed320aad94be5fd042c409f5f9 (patch)
treec959b1b4313cca1af3e2045f78c30f0240c4fbaa /src/DotNetOAuth/Messaging/Channel.cs
parent4d3d57f1951644de1b11842008d153bad30ef009 (diff)
downloadDotNetOpenAuth-6f2ee87f545b26ed320aad94be5fd042c409f5f9.zip
DotNetOpenAuth-6f2ee87f545b26ed320aad94be5fd042c409f5f9.tar.gz
DotNetOpenAuth-6f2ee87f545b26ed320aad94be5fd042c409f5f9.tar.bz2
Added some channel tests and fixed a bug.
Diffstat (limited to 'src/DotNetOAuth/Messaging/Channel.cs')
-rw-r--r--src/DotNetOAuth/Messaging/Channel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/Messaging/Channel.cs b/src/DotNetOAuth/Messaging/Channel.cs
index 40261b1..2c5e225 100644
--- a/src/DotNetOAuth/Messaging/Channel.cs
+++ b/src/DotNetOAuth/Messaging/Channel.cs
@@ -299,7 +299,7 @@ namespace DotNetOAuth.Messaging {
hiddenFields);
bodyWriter.Flush();
Response response = new Response {
- Status = HttpStatusCode.Redirect,
+ Status = HttpStatusCode.OK,
Headers = headers,
Body = body.ToArray(),
OriginalMessage = message