| 303 | } |
| 304 | |
| 305 | string make_branch(const char * /*hint*/) // hint is unused. |
| 306 | { |
| 307 | // RFC3261 17.2.3: The branch parameter should begin with the magic string "z9hG4bK" to |
| 308 | // indicate compliance with this specification. |
| 309 | return make_tag1("z9hG4bKOBTS"); |
| 310 | } |
| 311 | |
| 312 | string dequote(const string in) |
| 313 | { |
no test coverage detected