pingora icon indicating copy to clipboard operation
pingora copied to clipboard

A library for building fast, reliable and evolvable network services.

Results 384 pingora issues
Sort by recently updated
recently updated
newest added

## Describe the bug I sent an email to contact address listed in https://github.com/cloudflare/pingora/blob/main/.github/CONTRIBUTING.md This is the delivery failure I got: ``` Hello xxxx, We're writing to let you know...

bug

## Description When the the feature `boringssl` is enabled, the project cannot be built successfully. ## Pingora info Please include the following information about your environment: **Pingora version**: version `0.1.0`...

bug
WIP

## What is the problem your feature solves, or the need it fulfills? Use rustls instead of OpenSSL. ## Describe the solution you'd like Either fully replace OpenSSl dependency with...

enhancement
Long Term Goal

## Describe the bug First of all, congratulations on open sourcing Pingora and thank you for continuing to work on it! In the linked blog [post](https://blog.cloudflare.com/pingora-open-source), you mention that Pingora...

question

There were a couple TODO items in the pingora client examples, this PR resolves them as per their description, and also removes the use of `unwraps()` throughout the examples. New...

Accepted

In this commit [cloudflare/boring@84a80c1](https://github.com/cloudflare/boring/commit/84a80c191616c1aa2f21513f67b7c53e75b9af39) , the `X509VerifyResult` from [cloudflare/boring](https://github.com/cloudflare/boring) was modified to `Result` . This change introduces an incompatibility with X509VerifyResult. Changes in this Pull Request: This pull request addresses...

bug
Priority: High
Accepted

Otherwise you get this error: ``` error: invalid format string: expected `'}'`, found `'?'` --> src/main.rs:21:47 | 21 | println!("upstream peer is: {:upstream?}"); | - ^ expected `'}'` in format...

Hello :wave: I was curious about TinyUFO so I added [quick_cache](https://crates.io/crates/quick_cache) to the benchmarks. Summary of changes * Used some more average parameters in the perf benchmarks. * Increased cache...

enhancement

This PR adds a `Build Requirements` section to the `README.md` which helps to identify some of the additional build tools required for crates like `pingora-boringssl` and `pingora-openssl`.

documentation
Accepted