StefanKopieczek / gossip

SIP stack in Golang
GNU Lesser General Public License v2.1
336 stars 109 forks source link

Rework params #23

Closed rynorris closed 9 years ago

rynorris commented 9 years ago

Reworks params to also include an ordering, like headers do. This means we will no longer re-order params at random when printing them as a string.

StefanKopieczek commented 9 years ago

Thanks for biting the bullet here :) Few comments with a couple of bugs, but basically LGTM.