Skip to content

Readiness line detection can miss due to 1KB buffer boundary #53

@kKaskak

Description

@kKaskak

At server.rs:90-113, the buffer is 1KB and the parser uses string_data.lines() against a single read. If the "EngineFS server started at" line straddles two reads, neither contains the full line and the check fails. Since endpoint_sent is one-shot, it's never recovered. 60s timeout fires and WebUI gets no server URL. Should buffer partial lines across reads.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions