[tor-commits] [websocket/master] fmt.
dcf at torproject.org
dcf at torproject.org
Sat Dec 14 20:17:35 UTC 2013
commit b100beafb50cf4ae85b67250699ac6d0c83a0bba
Author: David Fifield <david at bamsoftware.com>
Date: Sat Dec 14 12:17:25 2013 -0800
fmt.
---
websocket/websocket.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/websocket/websocket.go b/websocket/websocket.go
index dc228d1..5786fdf 100644
--- a/websocket/websocket.go
+++ b/websocket/websocket.go
@@ -313,7 +313,7 @@ func httpError(w http.ResponseWriter, bufrw *bufio.ReadWriter, code int) {
// An implementation of http.Handler with a Config. The ServeHTTP function calls
// Callback assuming WebSocket HTTP negotiation is successful.
type HTTPHandler struct {
- Config *Config
+ Config *Config
Callback func(*WebSocket)
}
More information about the tor-commits
mailing list