Created
February 3, 2016 21:41
-
-
Save yannick/5905bda2084ac24b7ff8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 15A77F35:15B29335 2016.02.03 21:38:51.817 dbg] Exception while handling request GET /path/in.gif: object | |
| .Exception@../vibe.d/source/vibe/stream/operations.d(164): Reached byte limit before reaching end marker. | |
| [15A77F35:15B29335 2016.02.03 21:38:51.817 dbg] ---------------- | |
| /usr/include/dlang/dmd/std/exception.d:405 pure @safe void std.exception.bailOut!(Exception).bailOut(immutable(char) | |
| [], ulong, const(char[])) [0x74ba6f] | |
| /usr/include/dlang/dmd/std/exception.d:363 pure @safe bool std.exception.enforce!(Exception, bool).enforce(bool, laz | |
| y const(char)[], immutable(char)[], ulong) [0x74c52a] | |
| ../vibe.d/source/vibe/stream/operations.d:164 void vibe.stream.operations.readUntil!(vibe.stream.wrapper.StreamOutpu | |
| tRange).readUntil(vibe.core.stream.InputStream, ref vibe.stream.wrapper.StreamOutputRange, const(ubyte[]), ulong) [0 | |
| x76c270] | |
| ../vibe.d/source/vibe/stream/operations.d:121 void vibe.stream.operations.readUntil!().readUntil(vibe.core.stream.In | |
| putStream, vibe.core.stream.OutputStream, const(ubyte[]), ulong) [0x76bec7] | |
| ../vibe.d/source/vibe/stream/operations.d:112 ubyte[] vibe.stream.operations.readUntil!().readUntil(vibe.core.stream | |
| .InputStream, const(ubyte[]), ulong, vibe.utils.memory.Allocator) [0x76babf] | |
| ../vibe.d/source/vibe/stream/operations.d:37 ubyte[] vibe.stream.operations.readLine!().readLine(vibe.core.stream.In | |
| putStream, ulong, immutable(char)[], vibe.utils.memory.Allocator) [0x76ba07] | |
| ../vibe.d/source/vibe/inet/message.d:51 void vibe.inet.message.parseRFC5322Header(vibe.core.stream.InputStream, ref | |
| vibe.utils.dictionarylist.DictionaryList!(immutable(char)[], false, 12uL, false).DictionaryList, ulong, vibe.utils.m | |
| emory.Allocator, bool) [0x89d489] | |
| ../vibe.d/source/vibe/http/server.d:1852 void vibe.http.server.parseRequestHeader(vibe.http.server.HTTPServerRequest | |
| , vibe.core.stream.InputStream, vibe.utils.memory.Allocator, ulong) [0x830f13] | |
| ../vibe.d/source/vibe/http/server.d:1640 bool vibe.http.server.handleRequest(vibe.core.stream.Stream, vibe.core.net. | |
| TCPConnection, vibe.http.server.HTTPListenInfo, ref vibe.http.server.HTTPServerSettings, ref bool) [0x82ed07] | |
| ../vibe.d/source/vibe/http/server.d:1538 void vibe.http.server.handleHTTPConnection(vibe.core.net.TCPConnection, vib | |
| e.http.server.HTTPListenInfo) [0x82e57f] | |
| ../vibe.d/source/vibe/http/server.d:1419 void vibe.http.server.listenHTTPPlain(vibe.http.server.HTTPServerSettings). | |
| doListen(vibe.http.server.HTTPListenInfo, bool).__lambda3(vibe.core.net.TCPConnection) [0x82df30] | |
| ../vibe.d/source/vibe/core/drivers/libevent2_tcp.d:560 void vibe.core.drivers.libevent2_tcp.ClientTask.execute() [0x | |
| 8d0f79] | |
| ../vibe.d/source/vibe/core/core.d:486 void vibe.core.core.makeTaskFuncInfo!(void delegate()).makeTaskFuncInfo(ref vo | |
| id delegate()).callDelegate(vibe.core.core.TaskFuncInfo*) [0x782725] | |
| ../vibe.d/source/vibe/core/core.d:1080 void vibe.core.core.CoreTask.run() [0x862e47] | |
| ??:? void core.thread.Fiber.run() [0x96321d] | |
| ??:? fiber_entryPoint [0x962f97] | |
| ??:? [0xffffffff] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment