Skip to content

Instantly share code, notes, and snippets.

@oz

oz/Untitled Secret

Created June 11, 2018 14:02
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 oz/c4fa652bd5a675383cc721c70807a7ff to your computer and use it in GitHub Desktop.
Save oz/c4fa652bd5a675383cc721c70807a7ff to your computer and use it in GitHub Desktop.
Exception: Error writing to socket: Connection reset by peer (Errno)
from /usr/lib/crystal/socket.cr:72:11 in 'unbuffered_write'
from /usr/lib/crystal/io/buffered.cr:184:5 in 'flush'
from /usr/lib/crystal/openssl/ssl/socket.cr:119:5 in 'unbuffered_flush'
from /usr/lib/crystal/io/buffered.cr:186:5 in 'flush'
from /usr/lib/crystal/http/client.cr:501:5 in 'exec_internal_single'
from /usr/lib/crystal/http/client.cr:486:5 in 'exec_internal'
from /usr/lib/crystal/http/client.cr:482:5 in 'exec'
from /usr/lib/crystal/http/client.cr:585:5 in 'exec'
from /usr/lib/crystal/http/client.cr:329:3 in 'get:headers'
from src/transport/http.cr:28:7 in 'get'
from src/transport/http.cr:23:7 in 'get'
from src/salto/endpoint.cr:11:7 in 'get'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment