Commit Graph

1 Commits

Author SHA1 Message Date
Guilhem Lettron 1ae653f3e3
feat(middleware-logging): implement http.Hijacker (#835)
* feat(middleware-logging): implement http.Hijacker

http.Hijacker is mandatory to forward websocket connexions

Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>

* test: add e2e testing

Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>

* fix: mock imports

Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>

* fix: indentation in tests

Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>

* lint: avoid some tests

Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>

---------

Signed-off-by: Guilhem Lettron <guilhem@barpilot.io>
2025-08-07 21:06:17 +00:00