shreemaan-abhishek commented on code in PR #12515:
URL: https://github.com/apache/apisix/pull/12515#discussion_r2278800063


##########
t/sse_server_example/main.go:
##########
@@ -54,5 +71,5 @@ func main() {
        port := os.Args[1]
        // Start the server
        log.Println("Starting server on :", port)
-       log.Fatal(http.ListenAndServe(":" + port, nil))
+       log.Fatal(http.ListenAndServe(":"+port, nil))

Review Comment:
   no need to make this change.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to