Skip to content

Instantly share code, notes, and snippets.

@DRVTiny
Created December 19, 2019 13:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DRVTiny/65eb95392699f8bc3079afe4ba69eb83 to your computer and use it in GitHub Desktop.
Save DRVTiny/65eb95392699f8bc3079afe4ba69eb83 to your computer and use it in GitHub Desktop.
Exception: Error writing to socket: Broken pipe (Errno)
from usr/share/crystal/src/socket.cr:0:13 in 'unbuffered_write'
from usr/share/crystal/src/io/buffered.cr:194:5 in 'write'
from usr/share/crystal/src/http/server/response.cr:217:11 in 'unbuffered_write'
from usr/share/crystal/src/io/buffered.cr:0:5 in 'write'
from home/a.konovalov/Apps/Crystal/druid-ng/src/druid_mp.cr:2:3 in '->'
from home/a.konovalov/Apps/Crystal/druid-ng/lib/kemal/src/kemal/route.cr:12:9 in '->'
from home/a.konovalov/Apps/Crystal/druid-ng/lib/kemal/src/kemal/route_handler.cr:255:3 in 'call'
from usr/share/crystal/src/http/server/handler.cr:26:7 in 'call'
from usr/share/crystal/src/http/server/handler.cr:26:7 in 'call_next'
from home/a.konovalov/Apps/Crystal/druid-ng/lib/kemal/src/kemal/filter_handler.cr:21:7 in 'call'
from usr/share/crystal/src/http/server/handler.cr:26:7 in 'call_next'
from home/a.konovalov/Apps/Crystal/druid-ng/lib/kemal/src/kemal/static_file_handler.cr:0:0 in 'call'
from usr/share/crystal/src/http/server/handler.cr:26:7 in 'call'
from usr/share/crystal/src/http/server/handler.cr:26:7 in 'call'
from usr/share/crystal/src/http/server/handler.cr:26:7 in 'call_next'
from home/a.konovalov/Apps/Crystal/druid-ng/lib/kemal/src/kemal/init_handler.cr:12:7 in 'process'
from usr/share/crystal/src/fiber.cr:255:3 in 'run'
from ???
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment