Explorar el Código

request close bugfix

0x4a52466c696e74 hace 1 año
padre
commit
89f84c87c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      rest_websocket/socket.go

+ 1 - 1
rest_websocket/socket.go

@@ -83,7 +83,7 @@ func (s *Socket) read() {
 					log.Println("data error: ", err)
 					return
 				}
-				log.Println("RESPONSE", req)
+				log.Println("RESPONSE", req.Request.Command, req.Request.Data.JSONPrettyString())
 				chIn <- req
 			}
 		}