You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform: macos aarch64
Version: 1.20.6
Args: ["deno", "run", "--allow-net", "--allow-env", "test.ts"]
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', ext/http/lib.rs:504:25
stack backtrace:
0: _rust_begin_unwind
1: core::panicking::panic_fmt
2: core::panicking::panic
3: deno_http::op_http_write_headers::call::{{closure}}
4: <core::future::from_generator::GenFuture<T> as core::future::future::Future>::poll
5: <extern "C" fn(A0) .> R as v8::support::CFnFrom<F>>::mapping::c_fn
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
The text was updated successfully, but these errors were encountered:
Hi. The following code panics when the handler is called.
The text was updated successfully, but these errors were encountered: