diff --git a/handlers.go b/handlers.go index 052830a..e1b8728 100644 --- a/handlers.go +++ b/handlers.go @@ -98,7 +98,7 @@ func handleWebsocket(w http.ResponseWriter, r *http.Request) { case "REQ": var id string - json.Unmarshal(request[0], &id) + json.Unmarshal(request[1], &id) if id == "" { err = errors.New("REQ has no ") return