koding / kite

Micro-service framework in Go
https://godoc.org/github.com/koding/kite
MIT License
3.26k stars 300 forks source link

kontrol: take care of multi keys for HTTP based registration #118

Closed fatih closed 9 years ago

fatih commented 9 years ago

Two changes in this PR:

  1. We now trim any whitespace when adding or retrieving keys. Otherwise it's get difficult to retrieve as a single whitespace might cause the key to be not found
  2. HTTP based registration was broken, fixed and synced it with XHR and WebSocket based one.
cihangir commented 9 years ago

LGTM