Skip to content

Commit

Permalink
Merge pull request #101 from fatih/kitectl-xhr
Browse files Browse the repository at this point in the history
kitectl: enable xhr for query, better in terms of compatilibility
  • Loading branch information
fatih committed Mar 10, 2015
2 parents 37ca436 + 805f5e3 commit a170f4b
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 a170f4b

Please sign in to comment.