Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEAT: server graceful shutdown #50

Merged
merged 1 commit into from
Jun 14, 2024

FEAT: server graceful shutdown

aef0a0d
Select commit
Loading
Failed to load commit list.
Merged

FEAT: server graceful shutdown #50

FEAT: server graceful shutdown
aef0a0d
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis succeeded Jun 14, 2024 in 0s

Your pull request is up to standards!

Codacy Here is an overview of what got changed by this pull request:

Issues
======
+ Solved 2
- Added 1
           

Complexity increasing per file
==============================
- server/server_test.go  4
- main.go  3
         

See the complete overview on Codacy

Annotations

Check warning on line 23 in server/server.go

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

server/server.go#L23

Go's `net/http` serve functions may be vulnerable to resource consumption attacks if timeouts are not properly configured prior to starting the HTTP server.