Attention is currently required from: fixeria, pespin.
1 comment:
File library/HTTP2_Functions.ttcn:
Patch Set #2, Line 51: //var charstring regexpString := "([A-Za-z][A-Za-z0-9-]*):\s*(.+?)\s*";
@osmith@sysmocom.de @axilirator@gmail. […]
Hm, I've played around with this for half an hour or so and I think regex in titan is just a bit broken... your regex should match "Content-Type", "a". If you remove the ? (lazy -> match as few characters as possible) then it should work as intended ("Content-Type", "application/octetstream"). This is the result I get when running the regex in python and e.g. https://regexr.com/. With titan the strings are indeed just empty.
So I recommend keeping the string split code without regex that you already have and reporting this upstream.
To view, visit change 43651. To unsubscribe, or for help writing mail filters, visit settings.