-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
kind:bugA bug in the code. Does not apply to documentation, specs, etc.A bug in the code. Does not apply to documentation, specs, etc.kind:regressionSomething that used to correctly work but no longer worksSomething that used to correctly work but no longer workstopic:stdlib:networking
Milestone
Description
Bug Report
now it comes to
...................*.........Unhandled exception in spawn: SSL_read: I/O error (OpenSSL::SSL::Error)
from src/openssl/ssl/socket.cr:137:9 in 'unbuffered_read'
from src/io/buffered.cr:263:5 in 'fill_buffer'
from src/io/buffered.cr:105:7 in 'peek'
from src/http/request.cr:180:15 in 'parse_request_line'
from src/http/request.cr:153:12 in 'from_io:max_request_line_size:max_headers_size'
from src/http/server/request_processor.cr:30:19 in 'process'
from src/http/server.cr:521:5 in 'handle_client'
from src/http/server.cr:451:5 in '->'
from src/fiber.cr:146:11 in 'run'
from src/fiber.cr:98:34 in '->'
Caused by: SSL_read: No such file or directory (RuntimeError)
Metadata
Metadata
Assignees
Labels
kind:bugA bug in the code. Does not apply to documentation, specs, etc.A bug in the code. Does not apply to documentation, specs, etc.kind:regressionSomething that used to correctly work but no longer worksSomething that used to correctly work but no longer workstopic:stdlib:networking