Skip to content
Snippets Groups Projects
Commit 60787092 authored by Lennart Kramer's avatar Lennart Kramer
Browse files

update version numbers

parent 9b98413f
No related branches found
No related tags found
No related merge requests found
1.1.3
-----
* Fix bug where occasionally under load, timeouts would return error 500 instead of 416
1.1.2
-----
* Update sbcl to 2.1.4
......
1.1.2
1.1.3
......@@ -250,7 +250,7 @@ func handler(w http.ResponseWriter, r *http.Request, queue <-chan *ChildProcess,
health := r.FormValue("health") == "1"
if r.Method == "GET" && r.FormValue("input") == "" && !health {
hostname, _ := os.Hostname()
fmt.Fprintf(w, "Hostname: %s, version: 1.1.2\n", hostname)
fmt.Fprintf(w, "Hostname: %s, version: 1.1.3\n", hostname)
return
}
// the maxima input to be evaluated
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment