Skip to content

Instantly share code, notes, and snippets.

@denysvitali
Created January 25, 2017 18:45
Show Gist options
  • Save denysvitali/e1a8163a9724c9ecbc2cc70e32f7b52a to your computer and use it in GitHub Desktop.
Save denysvitali/e1a8163a9724c9ecbc2cc70e32f7b52a to your computer and use it in GitHub Desktop.
Exception: Error writing file: Connection reset by peer (Errno)
0x482517: *CallStack::unwind:Array(Pointer(Void)) at ??
0x4824aa: *CallStack#initialize:Array(Pointer(Void)) at ??
0x48247a: *CallStack::new:CallStack at ??
0x477a2e: *raise<Errno>:NoReturn at ??
0x4ac8e9: *IO::FileDescriptor+ at ??
0x4aec26: *IO::FileDescriptor+ at ??
0x4fcbfe: *HTTP::Server::Response::Output#unbuffered_write<Slice(UInt8)>:(Array(IO) | HTTP::ChunkedContent | HTTP::Server::Response | HTTP::Server::Response::Output | HTTP::UnknownLengthContent | HTTP::WebSocket::Protocol::StreamIO | IO::ARGF | IO::Delimited | IO::FileDescriptor+ | IO::Hexdump | IO::Memory+ | IO::MultiWriter | IO::Sized+ | Int32 | JSON::PrettyWriter | OpenSSL::SSL::Socket+ | String::Builder | Zlib::Deflate | Zlib::Inflate | Nil) at ??
0x4fd37a: *HTTP::Server::Response::Output at ??
0x4fbc94: *HTTP::Server::Response::Output at ??
0x4e41c4: *IO::copy<File, IO, (Int32 | UInt64)>:(Int32 | UInt64) at ??
0x47d9ad: ~procProc(HTTP::Server::Context, String) at ??
0x47c8bc: ~procProc(HTTP::Server::Context, String) at ??
0x546874: *Kemal::RouteHandler#process_request<HTTP::Server::Context>:HTTP::Server::Context at ??
0x5467e6: *Kemal::RouteHandler#call<HTTP::Server::Context>:HTTP::Server::Context at ??
0x559f86: *Kemal::StaticFileHandler at ??
0x5591ba: *Kemal::StaticFileHandler#call<HTTP::Server::Context>:(Array(IO) | Bool | HTTP::Server::Context | HTTP::Server::Response | HTTP::Server::Response::Output | IO::FileDescriptor+ | Int32 | Nil) at ??
0x55828d: *Kemal::CommonExceptionHandler at ??
0x557d70: *Kemal::CommonExceptionHandler#call<HTTP::Server::Context>:(Array(IO) | Bool | HTTP::Server::Context | HTTP::Server::Response | HTTP::Server::Response::Output | IO::FileDescriptor+ | Int32 | Nil) at ??
0x557313: *Kemal::CommonLogHandler at ??
0x5549b1: *Kemal::CommonLogHandler#call<HTTP::Server::Context>:HTTP::Server::Context at ??
0x546268: *Kemal::InitHandler at ??
0x545e4f: *Kemal::InitHandler#call<HTTP::Server::Context>:(Array(IO) | Bool | HTTP::Server::Context | HTTP::Server::Response | HTTP::Server::Response::Output | IO::FileDescriptor+ | Int32 | Nil) at ??
0x56159b: *HTTP::Server::RequestProcessor#process<(OpenSSL::SSL::Socket::Server | TCPSocket+), (OpenSSL::SSL::Socket::Server | TCPSocket+), IO::FileDescriptor>:Nil at ??
0x560ea9: *HTTP::Server::RequestProcessor#process<(OpenSSL::SSL::Socket::Server | TCPSocket+), (OpenSSL::SSL::Socket::Server | TCPSocket+)>:Nil at ??
0x55b680: *HTTP::Server#handle_client<(TCPSocket+ | Nil)>:Nil at ??
0x47ecd3: ~procProc(Nil) at ??
0x49293e: *Fiber#run:(IO::FileDescriptor | Nil) at ??
0x47a0e6: ~proc2Proc(Fiber, (IO::FileDescriptor | Nil)) at ??
0x0: ??? at ??
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment