Skip to content

Commit

Permalink
kitectl: enable xhr for query, better in terms of compatilibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fatih committed Mar 10, 2015
1 parent 37ca436 commit 805f5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitectl/command/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ Options:
}

func (c *Query) Run(args []string) int {

c.KiteClient.Config = config.MustGet()
c.KiteClient.Config.Transport = config.XHRPolling

var query protocol.KontrolQuery

Expand Down

0 comments on commit 805f5e3

Please sign in to comment.