1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-02 16:08:31 +00:00

Fix documentation.

This commit is contained in:
Kane York 2017-09-15 12:26:10 -07:00
parent 14417c708e
commit 6a2267cb97

View file

@ -431,7 +431,6 @@ var bunchGroup singleflight.Group
// C2SHandleBunchedCommand handles C2S Commands such as `get_link`.
// It makes a request to the backend server for the data, but any other requests coming in while the first is pending also get the responses from the first one.
// Additionally, results are cached.
func C2SHandleBunchedCommand(conn *websocket.Conn, client *ClientInfo, msg ClientMessage) (rmsg ClientMessage, err error) {
key := fmt.Sprintf("%s:%s", msg.Command, msg.origArguments)