smalltalk
/
osmo-st-sip
Archived
1
0
Fork 0

grammar: Parse the cnonce properly

The rules are concatinaions and not alternatives..
This commit is contained in:
Holger Hans Peter Freyther 2014-03-22 15:11:49 +01:00
parent a6f5ac9e4f
commit 22a6e96545
1 changed files with 1 additions and 1 deletions

View File

@ -548,7 +548,7 @@ PP.PPCompositeParser subclass: SIPGrammar [
cnonce [
<category: 'WWW-Authenticate'>
^'cnonce' asParser / EQUAL / self nonce_value
^'cnonce' asParser, EQUAL, self nonce_value
]
nonce_count [