1
0
Эх сурвалжийг харах

Fix some bugs regarding leveldb.

Gwyneth Llewelyn 7 жил өмнө
parent
commit
c3bd1d79d1
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      gosl.go

+ 1 - 1
gosl.go

@@ -391,7 +391,7 @@ func handler(w http.ResponseWriter, r *http.Request) {
 		return	
 	}	
 	w.WriteHeader(http.StatusOK)
-	w.Header().Set("Content-type", "text/plain; charset=utf-8")
+	w.Header().Set("Content-Type", "text/plain; charset=utf-8")
 	fmt.Fprintf(w, messageToSL)
 }
 // searchKVname searches the KV database for an avatar name.