fix(servo): bound live request frames

This commit is contained in:
2026-07-09 23:44:27 -04:00
parent 83badaea81
commit 58e9bd7d38
11 changed files with 244 additions and 17 deletions
+2
View File
@@ -16,6 +16,8 @@ mod runtime_waker;
#[cfg(feature = "servo-engine")]
mod runtime_webview;
pub const MAX_REQUEST_LINE_BYTES: usize = 1024 * 1024;
pub use error::ServoHostError;
#[cfg(feature = "hardware-render")]
pub use hardware_rendering_context::HardwareOffscreenContext;