mohankvnr

Results 1 issues of mohankvnr

We have header XFCC something like this dns=dnsvalue1;dns=dnsvalue2;URI=;DNS=dnsvalue3 But parsing is giving unexpected result **What happened**: DNS = `{dnsvalue1,dnsvalue2}` URI = `;DNS=dnsvalue3` **What you expected to happen**: DNS = `{dnsvalue1,dnsvalue2,dnsvalue3}`...