Diff of /trunk/AssetServer/Extensions/OpenIdAuth.cs
Parent Directory
|
Revision Log
|
Patch
| revision 69, Tue Jan 13 20:22:52 2009 UTC | revision 70, Tue Jan 13 22:42:48 2009 UTC | |
|---|---|---|
| # | Line 194 | Line 194 |
| 194 | response.ContentType = "application/json"; | response.ContentType = "application/json"; |
| 195 | ||
| 196 | response.Body.Write(responseData, 0, responseData.Length); | response.Body.Write(responseData, 0, responseData.Length); |
| response.Body.Close(); | ||
| 197 | response.Body.Flush(); | response.Body.Flush(); |
| 198 | } | } |
| 199 | else | else |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

