Commit 1bef9ad
committed
Fix RFC6587 parsing on UDP.
My earlier fixes to UDP packet parsing broke RFC6587 parsing. By
eliminating use of the scanner (and thus the requirement that lines
should end with a \n character) I also removed the more functional
RFC6587 scanner which does not require a \n but does advance over
the length field. This patch restores use of the scanner where it
is explicitly specified (currently just RFC6587).
Signed-off-by: Alex Bligh <[email protected]>1 parent 85980de commit 1bef9ad
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
299 | 299 | | |
300 | 300 | | |
301 | 301 | | |
302 | | - | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
303 | 309 | | |
304 | 310 | | |
305 | 311 | | |
| |||
0 commit comments