DioxusLabs/dioxus

Weird error in production "FailedToBufferBody(UnknownBodyError)" in magic.rs

オープン

#5,018 opened on 2025/11/23

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (1,655 件のフォーク)batch import
bugfullstackgood first issue

Repository metrics

Stars
 (36,038 個のスター)
PR merge metrics
 (平均マージ 16d 13h) (30d で 9 merged PRs)

説明

Problem

This keeps popping up in logs of my production fullstack server. Not sure what it breaks yet.


 2025-11-22T21:41:27.176 app[48e73d4f777d18] fra [info] thread '<unnamed>' (658) panicked at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dioxus-fullstack-0.7.1/src/magic.rs:542:69:

2025-11-22T21:41:27.176 app[48e73d4f777d18] fra [info] called `Result::unwrap()` on an `Err` value: FailedToBufferBody(UnknownBodyError(UnknownBodyError(Error { inner: hyper::Error(Body, Custom { kind: UnexpectedEof, error: IncompleteBody }) }))) 

Steps To Reproduce

No idea.

Expected behavior

No random errors.

Screenshots

Environment:

  • Dioxus version: 0.7.1
  • App platform: fullstack web

Questionnaire

コントリビューターガイド