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

| Details | | | --- | --- | | Package | `atty` | | Version | `0.2.14` | | Warning | unsound | | URL | https://github.com/softprops/atty/issues/50 | |...

| Details | | | --- | --- | | Package | `ansi_term` | | Version | `0.12.1` | | Warning | unmaintained | | URL | https://github.com/ogham/rust-ansi-term/issues/72 | |...

## upstream_request_filter not working When I was trying to run the load-balancing example code in quickguide, it seems like the function ```upstream_request_filter``` is never executed. My code is: ```rust use...

bug
question

## What is the problem your feature solves, or the need it fulfills? It's currently impossible to use this project as TLS termination edge proxy in front of a cluster...

enhancement

## What is the problem your feature solves, or the need it fulfills? When building a API gateway sometimes we need to modify the body - for example request to...

enhancement

i want to trans some nginx case to pingora like: ```nginx server { listen 80; server_name example.com; location /serviceA/ { max_body_size 100m; proxy_pass http://serviceA.example.com/; } location /serviceB/ { max_body_size 20m;...

documentation

## What is the problem your feature solves, or the need it fulfills? The current WRR algorithm will have additional memory overhead when the weights are not mutually prime, and...

enhancement

Replace BLAKE-2b with BLAKE-3. [BLAKE-3 is much faster than BLAKE-2.](https://peergos.org/posts/blake3)

enhancement

## What is the problem your feature solves, or the need it fulfills? Is there any future plan to support deploying an ingress controller on Kubernetes that uses Pingora? We...

enhancement
Long Term Goal

If it is possible that pingora can serve static file, just like nginx?

enhancement