Created
January 7, 2011 05:53
-
-
Save haileys/769165 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.NullReferenceException: Object reference not set to an instance of an object. | |
at Manos.Http.HttpMultiPartFormDataHandler.HandleData(HttpTransaction transaction, ByteBuffer data, Int32 pos, Int32 len) in D:\Documents\Visual Studio 2010\Projects\Manos\src\Manos\Manos.Http\HttpMultiPartFormDataHandler.cs:line 211 | |
at Manos.Http.HttpTransaction.OnBody(HttpParser parser, ByteBuffer data, Int32 pos, Int32 len) in D:\Documents\Visual Studio 2010\Projects\Manos\src\Manos\Manos.Http\HttpTransaction.cs:line 264 | |
at Manos.Http.ParserSettings.Raise(HttpDataCallback cb, HttpParser p, ByteBuffer buf, Int32 pos, Int32 len) in D:\Documents\Visual Studio 2010\Projects\Manos\src\Manos\Manos.Http\ParserSettings.cs:line 144 | |
HTTP Parsing Exception: | |
Manos.Http.HttpException: Exception of type 'Manos.Http.HttpException' was thrown. | |
at Manos.Http.ParserSettings.RaiseOnError(HttpParser p, String message, ByteBuffer buf, Int32 ini_pos) in D:\Documents\Visual Studio 2010\Projects\Manos\src\Manos\Manos.Http\ParserSettings.cs:line 80 | |
at Manos.Http.ParserSettings.Raise(HttpDataCallback cb, HttpParser p, ByteBuffer buf, Int32 pos, Int32 len) in D:\Documents\Visual Studio 2010\Projects\Manos\src\Manos\Manos.Http\ParserSettings.cs:line 148 | |
at Manos.Http.ParserSettings.RaiseOnBody(HttpParser p, ByteBuffer buf, Int32 pos, Int32 len) in D:\Documents\Visual Studio 2010\Projects\Manos\src\Manos\Manos.Http\ParserSettings.cs:line 115 | |
at Manos.Http.HttpParser.Execute(ParserSettings settings, ByteBuffer data) in D:\Documents\Visual Studio 2010\Projects\Manos\src\Manos\Manos.Http\HttpParser.cs:line 1259 | |
at Manos.Http.HttpTransaction.OnBytesRead(IOStream stream, Byte[] data, Int32 offset, Int32 count) in D:\Documents\Visual Studio 2010\Projects\Manos\src\Manos\Manos.Http\HttpTransaction.cs:line 166 | |
Parsing data: | |
POST /upload HTTP/1.1 | |
Host: upload.anyhub.net | |
Connection: keep-alive | |
Referer: http://www.anyhub.net/ | |
Content-Length: 509 | |
Cache-Control: max-age=0 | |
Origin: http://www.anyhub.net | |
Content-Type: multipart/form-data; boundary=----WebKitFormBoundaryywVC6nztKoTU1pUN | |
Accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 | |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.224 Safari/534.10 | |
Accept-Encoding: gzip,deflate,sdch | |
Accept-Language: en-US,en;q=0.8 | |
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.3 | |
Cookie: __utmz=58679285.1292671829.48.3.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=developer.anyhub%2Cnet; __utma=58679285.494740934.1290300384.1294360285.1294377752.96; __utmc=58679285; __utmb=58679285.17.10.1294377752 | |
------WebKitFormBoundaryywVC6nztKoTU1pUN | |
Content-Disposition: form-data; name="folder" | |
0 | |
------WebKitFormBoundaryywVC6nztKoTU1pUN | |
Content-Disposition: form-data; name="Filedata"; filename="test.txt" | |
Content-Type: text/plain | |
Hello world | |
------WebKitFormBoundaryywVC6nztKoTU1pUN | |
Content-Disposition: form-data; name="Filedata1"; filename="" | |
------WebKitFormBoundaryywVC6nztKoTU1pUN | |
Content-Disposition: form-data; name="Filedata1"; filename="" | |
------WebKitFormBoundaryywVC6nztKoTU1pUN-- | |
Please report this exception at http://groups.google.com/group/manos-de-mono | |
no handler found for: '/favicon.ico' | |
oi 3 2d4 | |
oi 4 2d8 | |
oi 4 2d8 | |
oi 5 2c0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment