8f7209ba1a
pkg/http: Fix leaking goroutines in tests
...
By using the context created by the test, the goroutines produced in
http.Client is actually closed when cancelled and such, not leaked.
Signed-off-by: Josef Johansson <josef86@gmail.com >
2024-03-26 12:31:26 +01:00
bb6aba4a00
pkg/http/server_test.go: Add gleak to find goroutine leaks
...
Signed-off-by: Josef Johansson <josef86@gmail.com >
2024-03-26 12:30:41 +01:00
f88f09f962
Improved dev environment ( #2211 )
...
* Improved dev env setup
* Cleanup duplicate checks
* Applied PR feedback
* Updated go.mod/go.sum
* go mod tidy
* Update .devcontainer/devcontainer.json
* Update pkg/http/server_test.go
Co-authored-by: Jan Larwig <jan@larwig.com >
* Create launch.json
* Update .devcontainer/Dockerfile
* Apply suggestions from code review
---------
Co-authored-by: Jan Larwig <jan@larwig.com >
2024-01-20 20:10:37 +00:00
7fe6384f38
Fix Linting Errors ( #1835 )
...
* initial commit: add groups to azure
Signed-off-by: andrewphamade@gmail.com <andrewphamade@gmail.com >
* fix deprecations and linting errors
Signed-off-by: Andrew Hamade <andrewphamade@gmail.com >
* remove groups testing from azure provider
Signed-off-by: Andrew Hamade <andrewphamade@gmail.com >
* fix test error
Signed-off-by: Andrew Hamade <andrewphamade@gmail.com >
* verify-generate
Signed-off-by: Andrew Hamade <andrewphamade@gmail.com >
Signed-off-by: andrewphamade@gmail.com <andrewphamade@gmail.com >
Signed-off-by: Andrew Hamade <andrewphamade@gmail.com >
2022-10-21 11:57:51 +01:00
ebacc2d7e4
Added ability to specify allowed TLS cipher suites.
2022-08-31 17:55:06 -07:00
c6a98369a0
Add description on ipv6 address ( #1635 )
...
* add docs on ipv6
* add tests for ipv6 address
* add tests for ipv6 address
* remove Print function for debugging
* Updated changelog
2022-05-23 10:17:29 +01:00
e03cf87dd8
Add option to specify the tls-min-version for the server
2022-02-09 20:19:01 +01:00
a35db2ae8a
Fix expected error messages ( #1269 )
...
Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk >
2021-07-28 19:56:23 +01:00
d8aca8ac30
Add new http server implementation
2021-03-07 11:49:09 +00:00