print finished time of render web page
This commit is contained in:
parent
e80aa83dbc
commit
742ddf4caa
BIN
LineChart.exe
BIN
LineChart.exe
Binary file not shown.
@ -86,6 +86,7 @@ func eChart(w http.ResponseWriter, r *http.Request) {
|
||||
if r.RequestURI == "/favicon.ico" {
|
||||
return
|
||||
}
|
||||
fmt.Println()
|
||||
log.Printf("[MSG] Received Request: %s, %s\r\n", r.RemoteAddr, r.RequestURI)
|
||||
defer r.Body.Close()
|
||||
|
||||
@ -347,4 +348,5 @@ func eChart(w http.ResponseWriter, r *http.Request) {
|
||||
// ),
|
||||
)
|
||||
chart.Render(w)
|
||||
log.Println("[MSG] Finished Render Web Page.")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user