-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quiche path not found #131
Comments
Crashdump:
|
You must compile Quiche with FFI flag and put the file path in the QUICHE_PATH env. I'll update the documentation for this later |
When will the relevant documents be completed? |
Build quiche with FFI git clone --recursive https://github.com/cloudflare/quiche --branch "$QUICHE_VERSION" quiche-build && cd quiche-build && cargo build --release --features ffi The following ENV's should be setup:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've been unable to use ProxyTransport-PM properly using NG-PM. Keeps crashing when the server starts. Tried using 8.2 and 8.3 bin both on Windows and Linux and got the same error.
The text was updated successfully, but these errors were encountered: