Skip to content
Snippets Groups Projects
Commit b6fe097f authored by ale's avatar ale
Browse files

fix bug: replies on local socket were not sent

parent d2228bf0
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ func (l *localServer) Serve(path string) error {
if err != nil {
log.Fatalf("Accept() error: %s", err)
}
go l.handleRequest(conn)
go l.handleConnection(conn)
}
return nil
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment