StefanKopieczek / gossip

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

Gossip re-orders header and URI params #19

Closed StefanKopieczek closed 9 years ago

StefanKopieczek commented 9 years ago

This is because the Params object that stores them holds them in a map, which doesn't have a defined iteration order.

Fixer should uncomment the broken stringify tests.

StefanKopieczek commented 9 years ago

I think this is a dupe of your issue #3. Close of you agree.

rynorris commented 9 years ago

Yes.