-
# Steps to reproduce
* Use version `4563b0b` of `httprouter`
* Compile the following program
```go
package main
import (
"github.com/julienschmidt/httprouter"
"net/http"
)
fun…
-
https://github.com/julienschmidt/httprouter now supports OPTIONS response generation by a boolean flag
The code paths for routing still seem quite close. Can we bring this enhancement into the Gin ro…
-
### How can we reproduce the crash?
We are building bundles with bun using unity commands, and pushing it into a firebase storage.
(The process for building the bundles is taking a lot of times, up …
-
HttpRouter seems to be more performant than Gin? The benchmarks show that :
>(1): Total Repetitions achieved in constant time, higher means more confident result
> **Gin = 43550** / **HttpRouter …
bl-ue updated
3 years ago
-
As a publisher / PBS host, we would like to add OpenTelemetry metrics on all I/O, and open telemetry needs the context to carry the trace/span/baggage information.
At the current time of writing, t…
-
From time to time I get an email from students that some notebook on https://bio322.epfl.ch is not interactive anymore, i.e. the page shows constantly the loading bar and the sliders don't work anymor…
jbrea updated
3 months ago
-
... but I'm unable to follow the code to where its used (or why its there). `recognize` seems to do the same as well.
In both cases, when a block is passed, the `call` ends up returning a `HttpRouter…
ghost updated
11 years ago
-
Hello,
I've encountered a MemoryError when stopping the server in the otapp project. While the server shuts down as expected, this error is thrown during the shutdown process. Below is the relevant…
-
**Describe the bug**
I get 404 from @v/list and @latest endpoints for modules when using athens on a computer that has never cached internet resources, after following instructions for pre-filling th…
-
Hi I met a issue to use this router.
I'm trying to add a prometheus midware into our endpoint implementation. But our endpoint are using httprouter. Then when I tried to add this midware into exis…