Skip to content

Conversation

SJ286
Copy link
Contributor

@SJ286 SJ286 commented Oct 5, 2021

No description provided.

service/init.go Outdated

//Initiating a server for profiling
go func() {
http.ListenAndServe("0.0.0.0:5001", nil)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it to as following
http.ListenAndServe(":5001", nil)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changed.

service/init.go Outdated
if err != nil {
initLog.Fatalln("HTTP server setup failed:", err)
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid blank lines

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed blank line.

@UpadhyayaAnkur UpadhyayaAnkur merged commit 2fdcd54 into omec-project:onf-release3.0.5 Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants