Return back entity too large for createObject requests bigger than cache size

This commit is contained in:
Harshavardhana
2015-06-08 17:08:46 -07:00
parent 5edd8cce3d
commit 64b014369c
2 changed files with 12 additions and 1 deletions
+2 -1
View File
@@ -18,6 +18,7 @@ package main
import (
"fmt"
"net/http"
"os"
"os/user"
"runtime"
@@ -116,7 +117,7 @@ func getBuildDate() string {
if t.IsZero() {
return ""
}
return t.Format(time.RFC1123)
return t.Format(http.TimeFormat)
}
// Tries to get os/arch/platform specific information